30.11.2011, 19:52
Hello, i am currently working on a CnR / Gangwar Server and i was wondering if its anyway to do multiple classids instead of one and one.
Any help will be Appreciated 
+Rep for helping me
Код:
public SetPlayerTeamFromClass(playerid, classid)
{
if (classid == 0) <------ make this like classid == 0,1,2,3,4 or something?
{
gTeam[playerid] = TEAM_GROVE;
}

+Rep for helping me

