iw6-scripts/character/character_fed_army_smg_a_nohelmet.gsc
2024-02-13 13:20:49 +01:00

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() );
}