OnPlaerEnterCheckpoint
#1

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0);
    return 1;
}
 
public OnPlayerEnterCheckpoint(playerid)
{
    CreateVehicle(520, 1982.6150, -221.0145, -0.2432, 82.2873, -1, -1, 60000);
    DisablePlayerCheckpoint(playerid);
    return 1;
}
How to know what checkpoint is this player entered ?? or how to know what checkpointid he entered if we have more than 1 checkpoint?
Reply


Messages In This Thread
OnPlaerEnterCheckpoint - by AnonScripter - 22.02.2014, 08:47
Re: OnPlaerEnterCheckpoint - by Kyance - 22.02.2014, 08:53
Re: OnPlaerEnterCheckpoint - by LocMax - 22.02.2014, 08:53
Re: OnPlaerEnterCheckpoint - by AnonScripter - 22.02.2014, 08:55
Re: OnPlaerEnterCheckpoint - by LocMax - 22.02.2014, 08:56
Re: OnPlaerEnterCheckpoint - by Kyance - 22.02.2014, 08:57
Re: OnPlaerEnterCheckpoint - by AnonScripter - 22.02.2014, 09:11

Forum Jump:


Users browsing this thread: 3 Guest(s)