SA-MP Forums Archive
[Fixed myself]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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Fixed myself]Checkpoint Problem (/showthread.php?tid=107505)



[Fixed myself]Checkpoint Problem - cloud9 - 10.11.2009

I'm using Dragstas checkpoint streamer...

http://forum.sa-mp.com/index.php?topic=69459.0

pawn Код:
BankCp()
{

    gBCP1 = CreateCheckpoint(-1, -29.0024, -184.5411, 1003.5468, 2.0, 100.0);
    gBCP2 = CreateCheckpoint(-1, 2.0753, -28.1609, 1003.5494, 2.0, 100.0);
    gBCP3 = CreateCheckpoint(-1, -28.0260, -89.2416, 1003.5468, 2.0, 100.0);
    gBCP4 = CreateCheckpoint(-1, -22.1975, -137.8901, 1003.5468, 2.0, 100.0);
    gBCP5 = CreateCheckpoint(-1, -30.7577, -28.4008, 1003.5572, 2.0, 100.0);
    gBCP6 = CreateCheckpoint(-1, -22.2549, -55.6575, 1003.5469, 2.0, 100.0);
    gBCP7 = CreateCheckpoint(-1, -26.7515,-89.9050,1003.5469, 2.0, 100.0);
   
    return 1;
}
When ever i add a Checkpoint, the previous one dont work. When gBCP1 was working, i added gBPC2, so gBCP1 stopped working but gBCP2 works, so on for the rest of the CP's.

Any help would be appreciated.

EDIT : nvm, i made a Streamer myself


Re: Checkpoint Problem - retart441 - 10.11.2009

What are you trying to do in BankCp()??


Re: Checkpoint Problem - cloud9 - 10.11.2009

I am trying to create Checkpoint for bank at 7 locations.

BankCp is called during FilterScriptInit