How do I disable a checkpoint?
#7

^^ that's right Vince.

CurrentCP of playerid will be 7 but DestroyDynamicCP requires checkpointid, which is supposed to be an number of the checkpoint that you've create using CreateDynamicCP.

using
pawn Код:
CurrentCP[playerid] = CreateDynamicCP(1608.5857,-1497.2982,13.2395,10.0,-1,-1,playerid,100.0);
and then
pawn Код:
DestroyDynamicCP(CurrentCP[playerid]);
it may work.
Reply


Messages In This Thread
How do I disable a checkpoint? - by [IL]HeHu - 21.05.2011, 18:22
Re: How do I disable a checkpoint? - by CrazyBlob - 21.05.2011, 18:31
Re: How do I disable a checkpoint? - by [IL]HeHu - 21.05.2011, 18:34
Re: How do I disable a checkpoint? - by Stigg - 21.05.2011, 18:38
Re: How do I disable a checkpoint? - by [IL]HeHu - 21.05.2011, 18:41
Re: How do I disable a checkpoint? - by Vince - 21.05.2011, 18:57
Re: How do I disable a checkpoint? - by Amit_B - 21.05.2011, 19:07
Re: How do I disable a checkpoint? - by xalith - 21.05.2011, 19:08
Re: How do I disable a checkpoint? - by [IL]HeHu - 21.05.2011, 19:11
Re: How do I disable a checkpoint? - by [IL]HeHu - 22.05.2011, 12:04

Forum Jump:


Users browsing this thread: 1 Guest(s)