13.02.2011, 17:06
Mayb possible to make checkpoint like when im reach the checkpoint in LS ill b teleported to LV, it is possible? If it possible i need the script example.
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid,0.0,0.0,0.0);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
SetPlayerPos(playerid,0.0,0.0,0.0);
return 1;
}
SetPlayerCheckpoint(playerid,0.0,0.0,0.0,5);