SA-MP Forums Archive
Checkpoint Problem - 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 Problem (/showthread.php?tid=316890)



Checkpoint Problem - V_LOPE - 09.02.2012

Hey,
ok my Problem is Checking if Player In Checkpoint.

pawn Код:
new StoresLocation = IsPlayerInDynamicCP(playerid,StoresCheck),PizzaLocation = IsPlayerInDynamicCP(playerid,PizzaCheck);
if(!StoresLocation || !PizzaLocation) return SP COLOR_RED,"You Are Not In Rob Location!");
But when i'm on One Of The Checkpoints it's says "You Are Not in Rob Location"
how i can fix it?