25.02.2010, 15:33
Hey, i wan't to make that maximum 20 player's can work in one job. like job workers limit, is it possible?
new PeoplesInPD;
PeoplesInPD++;
if(PeoplesInPD == 20) { SendClientMessage(playerid,0xFF0000FF,"In our Police Department is enough police officers. Sorry."); return 1; }
Originally Posted by addinol
ok thanks! one more question, how could i make an score system, like a people every 60 seconds gets +1 score. but only if they are moving not afk or something like this.
|
and how could i make when player quit's job, there will be free worker space. |
PeopleInPD--;