19.02.2011, 13:34
Sry for the duble post
if you need the teleport you need to change this:
public OnPlayerEnterCheckpoint(playerid)
{
SetPlayerPos(x,z,y);
DisablePlayerCheckpoint(playerid);
return 1;
}
if you need the teleport you need to change this:
public OnPlayerEnterCheckpoint(playerid)
{
SetPlayerPos(x,z,y);
DisablePlayerCheckpoint(playerid);
return 1;
}