init
This commit is contained in:
16
character/character_fed_army_shotgun_a.gsc
Normal file
16
character/character_fed_army_shotgun_a.gsc
Normal file
@@ -0,0 +1,16 @@
|
||||
// IW6 GSC SOURCE
|
||||
// Generated by https://github.com/xensik/gsc-tool
|
||||
|
||||
main()
|
||||
{
|
||||
self setmodel( "body_fed_army_shotgun_a" );
|
||||
codescripts\character::attachhead( "alias_fed_army_heads_a", xmodelalias\alias_fed_army_heads_a::main() );
|
||||
self.voice = "russian";
|
||||
self setclothtype( "vestlight" );
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precachemodel( "body_fed_army_shotgun_a" );
|
||||
codescripts\character::precachemodelarray( xmodelalias\alias_fed_army_heads_a::main() );
|
||||
}
|
Reference in New Issue
Block a user