Job Command
#1

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 :

Код:
if (strcmp("/startwork", cmdtext, true, 10) == 0)
    {
        SetPlayerCheckpoint(playerid, Float:x, Float:y, Float:z, Float:size);
        return 1;
    }
    return 0;
}
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 .
Reply


Messages In This Thread
Job Command - by DanBike - 21.07.2011, 11:27
Re: Job Command - by RSX - 21.07.2011, 11:30
Re: Job Command - by DanBike - 21.07.2011, 11:40
Re: Job Command - by RSX - 21.07.2011, 11:45
Re: Job Command - by DanBike - 21.07.2011, 13:19
Re: Job Command - by Niixie - 21.07.2011, 13:26
Re: Job Command - by DanBike - 21.07.2011, 13:32
Re: Job Command - by RSX - 21.07.2011, 14:48
Re: Job Command - by DanBike - 21.07.2011, 15:16
Re: Job Command - by Niixie - 27.07.2011, 15:08

Forum Jump:


Users browsing this thread: 1 Guest(s)