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



Checkpoint area - On_Top_Non_Stop - 08.01.2008

Can Any 1 Point Out ymin ymax xmin xmax

AddPlayerClass(180,384.2681,2454.2439,16.5000,13.6 184,0,0,0,0,0,0); // 1
AddPlayerClass(180,389.1605,2463.3049,16.5000,335. 0781,0,0,0,0,0,0); // 2


xmax - 389.1605
xmin - 384.2681
ymin - 2454.2439
ymax - 2463.3049

I Have Them But Where Am i Going Wrong!

I Have Done It Soooo Many Times And Now Its Blank To Me XD


Re: Checkpoint area - Nero_3D - 08.01.2008

the min and max are right but what you want to do ?


Re: Checkpoint area - Rks25 - 08.01.2008

Do you want to place an checkpoint

Rksss


Re: Checkpoint area - On_Top_Non_Stop - 08.01.2008

ryte, im working with 3 checkpoints (my first time :P)

i have read tuto's and used search to learn it all!

This is the only thing stoping me!

the checkpoints dont appear!

I did this


1----+
| 3 |
+----+2


what you have there is 1 and 2.

Код:
AddPlayerClass(180,384.1690,2465.5774,16.5000,21.4518,0,0,0,0,0,0); // 1

AddPlayerClass(180,390.8192,2457.5447,16.5000,220.0837,0,0,0,0,0,0); // 2
Thanks for the help!



Re: Checkpoint area - Rks25 - 08.01.2008

You need 4 /saves, cuz i do it like that , and that works, north, south, east , west..

Rksss


Re: Checkpoint area - On_Top_Non_Stop - 08.01.2008

ryt cheerse m8! ill go try that!

Not many give help lke that now


Re: Checkpoint area - Rks25 - 08.01.2008

I got same problem, when you need help , nobody helps, but anyway, try if it happens.
To give you a very nice tip: take a look at this, than you will understand my explanation better.
/imageshack/img236/1248/savexw9.png
That is just a example. But make sure you save the maxY when you are loooking at the north side, take a look on your rader for that.

Rksss


Re: Checkpoint area - On_Top_Non_Stop - 08.01.2008

Hmmm i had a look but sorry its not really clear but i get that you need 4 points

1+-+2
3+-+4
and the check in the middle!

now i hav
AddPlayerClass(180,383.8695,2464.8521,16.5000,359. 8317,0,0,0,0,0,0); // 1
AddPlayerClass(180,391.0516,2465.0688,16.5000,244. 5239,0,0,0,0,0,0); // 2
AddPlayerClass(180,390.7379,2455.3687,16.5000,180. 6033,0,0,0,0,0,0); // 3
AddPlayerClass(180,384.4046,2455.2507,16.5000,87.2 291,0,0,0,0,0,0); // 4
AddPlayerClass(180,387.4338,2458.9927,16.5000,353. 5650,0,0,0,0,0,0); // check

can you tell me if i have it right!


{383.8695,384.4046,2455.3687,2455.2507},

That Dont work so it must be wrong but i have try many combinations =S

*Cheerse*


Re: Checkpoint area - Rks25 - 08.01.2008

It should be like this
1 = xmin
2 = xmax
3 = ymax
4 = ymin

So it should be:
{383.8695,391.0516,384.4046,390.7379},

Rksss


Re: Checkpoint area - On_Top_Non_Stop - 08.01.2008

Thanks but as you seen ingame! it dont work! i must of screwed it up some where!