help with check points - 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: help with check points (
/showthread.php?tid=307799)
help with check points -
the.et - 01.01.2012
I have been trying to make a single check point for hours and no success.
(I'm new to SAMP server programming sorry)
I use IEE by MP2
http://forum.sa-mp.com/showthread.ph...85#post1456585
Trying to create a check point to go into LV PD
Here's my code:
Код:
public OnPlayerSpawn(playerid)
{
CreateEnterExit(0, 2290.2056,2431.4158,10.8203, 288.745971, 169.350997, 1007.171875, 2.6308, 3, 0, "Welcome to the {0000FF}LV Police Department{FFFFFF}.");
return 1;
}
(p/s i have included the <iee> on top of my script)
I don't know why it won't appear. The coordinates i got using the /save and the interior coordinates i got from
http://weedarr.wikidot.com/interior
Am i doing something wrong?
Or is there a better tool to create checkpoints in SAMP server?
I hope someone can assist me on this. Thankssss
Re: help with check points -
iggy1 - 01.01.2012
Using the streamer plugin is easy enough as it introduces checkpoint IDs rather than using IsPlayerInRangeOfPoint. Otherwise your best bet would be posting in the iee thread, as not everyone will have used that include.
Re: help with check points -
the.et - 01.01.2012
okay i will try use the streamer.