25.02.2010, 15:43
Everything's possible.
Then, the player takes job, put this function:
And, of course check how much is in PD. For example:
Код:
new PeoplesInPD;
Код:
PeoplesInPD++;
Код:
if(PeoplesInPD == 20) { SendClientMessage(playerid,0xFF0000FF,"In our Police Department is enough police officers. Sorry."); return 1; }