iw4x-rawfiles/iw4x/iw4x_00/character/mp_character_pmc_africa_sni...

16 lines
304 B
Plaintext
Raw Normal View History

2023-08-30 16:00:24 -07:00
// IW5 GSC SOURCE
// Decompiled by https://github.com/xensik/gsc-tool
main()
{
self setmodel( "mp_body_ally_pmc_sniper" );
self setviewmodel( "viewhands_pmc" );
self.voice = "taskforce";
}
precache()
{
precachemodel( "mp_body_ally_pmc_sniper" );
precachemodel( "viewhands_pmc" );
}