iw4x-rawfiles/iw4x/iw4x_00/character/mp_character_gign_paris_sho...

19 lines
420 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_gign_paris_shotgun" );
self attach( "head_gign_b", "", 1 );
self.headmodel = "head_gign_b";
self setviewmodel( "viewhands_sas" );
self.voice = "french";
}
precache()
{
precachemodel( "mp_body_gign_paris_shotgun" );
precachemodel( "head_gign_b" );
precachemodel( "viewhands_sas" );
}