21.07.2011, 11:27
Hello , I made a command , and I want to use it for a job , so only players that got that job would use it . I don't know how to do that . But here is the command :
I didn't put the coords yet , but I want this command to work for the player only if the player has that job for example : Pizzaboy .
Код:
if (strcmp("/startwork", cmdtext, true, 10) == 0) { SetPlayerCheckpoint(playerid, Float:x, Float:y, Float:z, Float:size); return 1; } return 0; }