22.07.2013, 16:59
Quote:
if (strcmp("/myteam", cmdtext, true, 10) == 0) { if(pTeam[playerid] == POLICE){ SendClientMessage(playerid,COLOR_BLUE,"You're a police officer"); return 1; } if(pTeam[playerid] == CRINIMALS){ SendClientMessage(playerid,COLOR_RED,"You're a crinimal"); return 1; } |
Quote:
new pTeam[MAX_PLAYERS]; #define TEAM_wCRINIMALS 0 #define TEAM_POLICE 1 |