Sure! you are making fun of me
Quote:
Originally Posted by MusicMan
don't forget to add the Militia terrorist too Aragon 
|
if model=ct
if ((model_name[2] == 'b') // urBan
|| (model_name[2] == 'g') // gsG9, giGn
|| (model_name[0] == 's') // Sas, Spetsnatz
|| (model_name[2] == 'p')) // viP
return (TEAM_CS_COUNTER);
return (TEAM_CS_TERRORIST); // teRror, leEt, guErilla, arCtic
}