17.07.2009, 10:50
Quote:
Originally Posted by Karlip
Hmm,not bad,but add variables to check if the player is already IN a job or isn't.
(EX: ERROR: You already are an Police Officer!) It's easy to spam the chatbox and get weapons at the same time. |
pawn Code:
if(PlayerData[playerid][PoliceOfficer] == 1)
{
SendClientMessage(playerid, COLOR_RED, "You are already a Police Officer");
return 1;
}