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