Checkpoint help me
#1

How can I do here when I enter that checkpoint the checkpoint gone.

Код:
		        SetPVarInt(playerid, "Search", 1);
				SetPlayerCheckpoint(playerid, 1814.42,-1575.05,13.54);
				SendClientMessageEx(playerid, COLOR_YELLOW, "We set for you a checkpoint to the V.I.P.");
				return 1;
		     	}
Reply
#2

try this?

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    DisablePlayerCheckpoint(playerid);
    return 1;
}
Reply
#3

Use streamer, it's easier. It has a function called onlpayerenterdynamiccp
pawn Код:
forward OnPlayerEnterDynamicCP(playerid, checkpointid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)