04.09.2012, 01:48
How to hide a checkpoint from the player's map/radar.??
pawn Код:
SetPlayerCheckpoint(playerid, 2159.20,943.23,10.82, 2.0);
SetPlayerCheckpoint(playerid, 2159.20,943.23,10.82, 2.0);
// Checkpoint Natives
native CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
native DestroyDynamicCP(checkpointid);
native IsValidDynamicCP(checkpointid);
native TogglePlayerDynamicCP(playerid, checkpointid, toggle);
native TogglePlayerAllDynamicCPs(playerid, toggle);
native IsPlayerInDynamicCP(playerid, checkpointid);
native GetPlayerVisibleDynamicCP(playerid);
native DestroyAllDynamicCPs();
native CountDynamicCPs();