[HELP] /myteam problem.
#3

Try this
pawn Код:
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] == wCRINIMALS){
SendClientMessage(playerid,COLOR_RED,"You're a crinimal");
return 1;
}
You defined it "wCRINIMALS" and wrote it in the command "CRINIMALS". Anyway, it's criminals not crinimals.
Reply


Messages In This Thread
[HELP] /myteam problem. - by FishyZ - 22.07.2013, 16:59
Re: [HELP] /myteam problem. - by FishyZ - 22.07.2013, 17:22
Re: [HELP] /myteam problem. - by Red_Dragon. - 23.07.2013, 01:20

Forum Jump:


Users browsing this thread: 1 Guest(s)