18.01.2013, 15:40
Hey guys i have 2 classes on my script and i want to know how to make a command only for a specific class
if(strcmp(cmd, "/team1", true) == 0) {
if(gTeam[playerid] == Team1)
{
SendClientMessage(playerid, COLOR_RED,"You are Team1");
}
else return SendClientMessage(playerid, COLOR_RED,"Your are Not Team1");
}