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