iw6-scripts/character/character_ajax_flood_a.gsc
2024-02-13 13:20:49 +01:00

18 lines
399 B
Plaintext

// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool
main()
{
self setmodel( "body_gs_flood_shotg_a" );
self attach( "head_gs_flood_shotg_a", "", 1 );
self.headmodel = "head_gs_flood_shotg_a";
self.voice = "american";
self setclothtype( "vestheavy" );
}
precache()
{
precachemodel( "body_gs_flood_shotg_a" );
precachemodel( "head_gs_flood_shotg_a" );
}