[FilterScript] [FS] Police Officer Job
#9

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.
I already did that.

pawn Code:
if(PlayerData[playerid][PoliceOfficer] == 1)
{
SendClientMessage(playerid, COLOR_RED, "You are already a Police Officer");
return 1;
}
Reply


Messages In This Thread
[FS] Police Officer Job - by refshal - 16.07.2009, 01:39
Re: [FS]Police Officer Job - by DarkClone - 16.07.2009, 01:51
Re: [FS]Police Officer Job - by *ToM* - 16.07.2009, 06:36
Re: [FS]Police Officer Job - by refshal - 16.07.2009, 11:18
Re: [FS] Police Officer Job - by ruarai - 17.07.2009, 06:12
Re: [FS] Police Officer Job - by woot - 17.07.2009, 07:44
Re: [FS] Police Officer Job - by refshal - 17.07.2009, 10:31
Re: [FS] Police Officer Job - by Karlip - 17.07.2009, 10:44
Re: [FS] Police Officer Job - by refshal - 17.07.2009, 10:50
Re: [FS] Police Officer Job - by sandisk125 - 05.08.2009, 01:53
Re: [FS] Police Officer Job - by nunuh22 - 05.08.2009, 03:59
Re: [FS] Police Officer Job - by ruarai - 05.08.2009, 06:05
Re: [FS] Police Officer Job - by MaykoX - 05.08.2009, 06:12
Re: [FS] Police Officer Job - by Maxipower - 18.12.2009, 21:09

Forum Jump:


Users browsing this thread: 1 Guest(s)