SA-MP Forums Archive
Checkpoint bug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Checkpoint bug (/showthread.php?tid=485694)



Checkpoint bug - ScRipTeRi - 05.01.2014

hello i have create some checkpoint on my server but some time created automatically some checkpoint
like this

is this SAMP bug or what?


Re: Checkpoint bug - MatriXgaMer - 05.01.2014

Show us the checkpoint code that you did


Re: Checkpoint bug - x96664 - 05.01.2014

I can see two checkpoints with different size. So maybe you are creating two checkpoints.


Re: Checkpoint bug - ScRipTeRi - 05.01.2014

pawn Код:
new GHR_CP_EXIT;
new GHR_CP_ENTER;

under OnGameMode
GHR_CP_EXIT = CreateDynamicCP(2196.5647,-1204.2368,1049.0234, 1.0);
GHR_CP_ENTER = CreateDynamicCP(-2700.4209,820.4358,49.9844, 1.0,0,0,-1,35.0);



Re: Checkpoint bug - ScRipTeRi - 05.01.2014

FIXED