Help with making /work system.
#4

pawn Код:
public OnPlayerEnterRaceCheckpoint(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid, 10, X, Y, Z)) // First checkpoint cordinates
    {
        SetPlayerRaceCheckpoint(...........);//Next Checkpoint
        return 1;
    }
    if(IsPlayerInRangeOfPoint(playerid, 10, X, Y, Z)) // Second checkpoint cordinates
    {
        SetPlayerRaceCheckpoint(...........);//Next Checkpoint or you can give money or whatever
        return 1;
    }
    return 1;
}
I never worked with checkpoints but i think it will work
Reply


Messages In This Thread
Help with making /work system. - by Odyssey - 16.07.2011, 00:54
Re: Help with making /work system. - by Adil - 16.07.2011, 01:44
Re: Help with making /work system. - by Odyssey - 16.07.2011, 02:05
Re: Help with making /work system. - by DRIFT_HUNTER - 16.07.2011, 02:10
Re: Help with making /work system. - by Odyssey - 16.07.2011, 02:14
Re: Help with making /work system. - by DRIFT_HUNTER - 16.07.2011, 02:22
Re: Help with making /work system. - by Odyssey - 16.07.2011, 02:55
Re: Help with making /work system. - by Adil - 16.07.2011, 03:04
Re: Help with making /work system. - by Odyssey - 16.07.2011, 09:46
Re: Help with making /work system. - by Basicz - 16.07.2011, 10:09
Re: Help with making /work system. - by Odyssey - 16.07.2011, 10:36
Re: Help with making /work system. - by Basicz - 16.07.2011, 10:45

Forum Jump:


Users browsing this thread: 3 Guest(s)