// IW6 GSC SOURCE
// Generated by https://github.com/xensik/gsc-tool

main()
{
    self setmodel( "body_us_civ_male_e" );
    self attach( "head_us_civ_male_e", "", 1 );
    self.headmodel = "head_us_civ_male_e";
    self.voice = "american";
    self setclothtype( "vestlight" );
}

precache()
{
    precachemodel( "body_us_civ_male_e" );
    precachemodel( "head_us_civ_male_e" );
}