Simple Question.
#1

How to hide a checkpoint from the player's map/radar.??

pawn Код:
SetPlayerCheckpoint(playerid, 2159.20,943.23,10.82, 2.0);
Reply
#2

DisablePlayerCheckpoint(playerid);
Reply
#3

Hide it, not disable it, now it's not even there
I just need to remove it from the map :/
Reply
#4

Bump, someone?
Reply
#5

Get the streamer plugin by Incognito.

These are the functions that come with the CP's
pawn Код:
// 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();
The default sa-mp CP system doesn't support toggling of specific points.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)