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