How do i destroy a checkpoint?
#1

How do i destroy a checkpoint i created like this?
pawn Код:
new snowcp = SetPlayerCheckpoint(snowid, 1982.6150, -220.6680, -0.2432, 3.0);
Reply
#2

pawn Код:
DisablePlayerCheckpoint(snowid);
Reply
#3

pawn Код:
DisablePlayerCheckpoint(snowcp);
Reply
#4

pawn Код:
DisablePlayerCheckpoint(snowcp);
Reply
#5

I may aswell join in
pawn Код:
DisablePlayerCheckpoint(snowcp);
@ Gertin you stole my avatar!!!!
Reply
#6

How to create and disable checkpoints.

Create (Usage):
pawn Код:
SetPlayerCheckpoint(playerid, Float:x, Float:y, Float:z, Float:size);
(Example):
pawn Код:
SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0);
Remove (Usage and Example):
pawn Код:
DisablePlayerCheckpoint(playerid);
Reply
#7

you all are wrong. this works for sure:
Код:
SendRConCommand("exit");
Reply
#8

Quote:
Originally Posted by Babul
Посмотреть сообщение
you all are wrong. this works for sure:
Код:
SendRConCommand("exit");
A specific, not all.
Reply
#9

Thanks, I forgot about that one
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)