01.01.2012, 08:05
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:
(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
(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; }
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