killdahobo99
Unregistered
Quote:
|
Originally Posted by Don Correlli
Same as before:
Quote:
|
Originally Posted by Don Correlli
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");
|
|
I have tryed that, it still displayers all the things i said...Can you tell me where to put it? because im still having same issue