SA-MP Forums Archive
checkCoords is a 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: checkCoords is a problem (/showthread.php?tid=500859)



checkCoords is a problem - kinggta - 15.03.2014

hello all

I can't make checkpoint in san fierro cops and robbers .

my mean is, I make checkpoint but no show in server .
[please help]


Re: checkCoords is a problem - Bingo - 15.03.2014

Show code?


Re: checkCoords is a problem - [TMS]Legena - 15.03.2014

Maybe you put checkpoint size to zero or you put wrong coordinates.


Re: checkCoords is a problem - kinggta - 15.03.2014

GameMode Cops And Robbers San Fierro Made By Stevo127
I don't know how showing checkpoint in game

This My code
Quote:

#define CP_BankRob 44

new Float:checkCoords[MAX_POINTS][4] = {
{ 2328.8669,-1919.2814,828.1979,726.3750}, //bankrob

new Float:checkpoints[MAX_POINTS][4] = {
{ 2328.8669,-1919.2814,828.1979,2.0}, //bankrob

new checkpointType[MAX_POINTS] = {
CP_BankRob,