Make checkpoints on players?
#7

Okay well I'm using incognitos object streamer, What would i use to do that and another question for you, How would I set a players job using what you showed me.

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == DIALOG_TAXI)
    {
        if(response)
        {
            for(new i; i < MAX_PLAYERS; i++)
            if(pJob[i] == JOB_NONE)
            {
                //What would go here?
                SendClientMessage(playerid, COLOR_LIGHTRED, "JOB INFO: {FFFFFF}You have accepted the job, please get in a Taxi.");
            }
            else if(!response)
            {
                SendClientMessage(playerid, COLOR_LIGHTRED, "JOB INFO: {FFFFFF}You have rejected the job");
            }
        }
        return 1;
    }
    return 0;
}
refer to the code to see what i mean.
Reply


Messages In This Thread
Make checkpoints on players? - by xXitsgodzillaXx - 06.06.2013, 17:12
Re: Make checkpoints on players? - by Goldilox - 06.06.2013, 17:48
Re: Make checkpoints on players? - by MP2 - 06.06.2013, 17:56
Re: Make checkpoints on players? - by xXitsgodzillaXx - 06.06.2013, 18:31
Re: Make checkpoints on players? - by xXitsgodzillaXx - 06.06.2013, 18:46
Re: Make checkpoints on players? - by Vince - 06.06.2013, 18:55
Re: Make checkpoints on players? - by xXitsgodzillaXx - 06.06.2013, 19:14

Forum Jump:


Users browsing this thread: 1 Guest(s)