Multiple Checkpoint + Streamer [NEED HELP]
#3

heres the example i found on forum. i want to create like this but i need the full code. can you help me?

Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
    if(checkpointid == mycheckpoint1)
    {
        SetPlayerPos(playerid, x, y, z);
    }
    if(checkpointid == mycheckpoint2)
    {
        GivePlayerMoney(playerid, 1000);
    }
    return 1;
}
Reply


Messages In This Thread
Multiple Checkpoint + Streamer [NEED HELP] - by Chausar - 05.04.2015, 13:19
Re: Multiple Checkpoint + Streamer [NEED HELP] - by Ritzy2K - 05.04.2015, 13:27
Re: Multiple Checkpoint + Streamer [NEED HELP] - by Chausar - 05.04.2015, 15:16
Re: Multiple Checkpoint + Streamer [NEED HELP] - by ATGOggy - 05.04.2015, 15:27
Re: Multiple Checkpoint + Streamer [NEED HELP] - by Chausar - 05.04.2015, 15:55
Re: Multiple Checkpoint + Streamer [NEED HELP] - by ATGOggy - 06.04.2015, 15:14
Re: Multiple Checkpoint + Streamer [NEED HELP] - by Chausar - 10.04.2015, 07:02

Forum Jump:


Users browsing this thread: 1 Guest(s)