init
This commit is contained in:
14
character/character_elite_pmc_assault_a_white.gsc
Normal file
14
character/character_elite_pmc_assault_a_white.gsc
Normal file
@@ -0,0 +1,14 @@
|
||||
// IW6 GSC SOURCE
|
||||
// Generated by https://github.com/xensik/gsc-tool
|
||||
|
||||
main()
|
||||
{
|
||||
self setmodel( "fullbody_elite_pmc_assault_a_white" );
|
||||
self.voice = "russian";
|
||||
self setclothtype( "vestheavy" );
|
||||
}
|
||||
|
||||
precache()
|
||||
{
|
||||
precachemodel( "fullbody_elite_pmc_assault_a_white" );
|
||||
}
|
||||
Reference in New Issue
Block a user