02.10.2012, 14:28
Well Hello, i was currently starting a new Gamemode, but then i came to the part with gTeam, and i made like 53 classes for civil, and i want to know a faster way to do this cmd
i want the code above to make it like it will shows between 0 and 53 the player will be civil. If you didnt understand my explanation then just simply ask
pawn Код:
if(classid == 0)
{
gTeam[playerid] = TEAM_CIVIL;
}