10.11.2009, 03:36
I'm using Dragstas checkpoint streamer...
http://forum.sa-mp.com/index.php?topic=69459.0
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
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;
}
Any help would be appreciated.
EDIT : nvm, i made a Streamer myself