17 lines
493 B
Plaintext
17 lines
493 B
Plaintext
// IW6 GSC SOURCE
|
|
// Generated by https://github.com/xensik/gsc-tool
|
|
|
|
main()
|
|
{
|
|
self setmodel( "body_fed_army_assault_a_urban" );
|
|
codescripts\character::attachhead( "alias_fed_army_heads_a_urban", xmodelalias\alias_fed_army_heads_a_urban::main() );
|
|
self.voice = "russian";
|
|
self setclothtype( "vestlight" );
|
|
}
|
|
|
|
precache()
|
|
{
|
|
precachemodel( "body_fed_army_assault_a_urban" );
|
|
codescripts\character::precachemodelarray( xmodelalias\alias_fed_army_heads_a_urban::main() );
|
|
}
|