19.01.2014, 12:07
Hey guys!
So.. When player writes /work
I want to check if player is closest to case 0,1,2,3,4 etc.. How to do that?
If player is closest to case 0, it should ofc chose case 0, etc.
Help please?
So.. When player writes /work
Код:
CMD:work(playerid, params[]) if(GetPlayerTeam(playerid) == TEAM_TRUCKERS) { T_NewJob(playerid); }
If player is closest to case 0, it should ofc chose case 0, etc.
Help please?