24.05.2013, 00:23
i have made a command where it puts a checkpoint on the map but when i enter it, it doesnt disappear even though i have this
Doesnt even set the next checkpoint either. any ideas?
Код:
public OnPlayerEnterCheckpoint(playerid)
{
if(IsPlayerInRangeOfPoint(playerid,6,-104.69,72.71,3.72))
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,-153.2811,152.6073,4.9356,6);
}
return 1;
}

