Please look at this
#2

Change:
pawn Код:
if(gTeam[playerid] == TEAM_COP) SendClientMessage(playerid, COLOR_ORANGE, "Only Law Enforcement can use this command");
to:
pawn Код:
if(gTeam[playerid] != TEAM_COP) SendClientMessage(playerid, COLOR_ORANGE, "Only Law Enforcement can use this command");
Reply


Messages In This Thread
Please look at this - by killdahobo99 - 30.07.2009, 00:02
Re: Please look at this - by Correlli - 30.07.2009, 00:26
Re: Please look at this - by killdahobo99 - 30.07.2009, 00:37
Re: Please look at this - by Correlli - 30.07.2009, 01:08
Re: Please look at this - by killdahobo99 - 30.07.2009, 01:16

Forum Jump:


Users browsing this thread: 1 Guest(s)