SA-MP Forums Archive
Still no luck with menues - 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: Still no luck with menues (/showthread.php?tid=89245)



Still no luck with menues - Geekzor - 31.07.2009

as title say i still didnt learn when player is in checkpoint it show the menu ...

i made this just for making movies and i need a carsell checkpoint too , the problem is all is ok no errors ... i am using checkpoint streamer by dragsta or what he is ^^ amm but the real problem is when i go into checkpoint the and i type command /buyv it nothing happens ... here is code and can u help pelase

http://pastebin.com/d6ebc2f75

if the pastebin dont work tell me ... i will replace tomorow now i am to sleepy and angry on this sa:mp scripting

ty for any help

Kljukec



Re: Still no luck with menues - Geekzor - 01.08.2009

what the hell in 8 hours no help ?

cmon guys...


Re: Still no luck with menues - ruarai - 01.08.2009

Your Checkpoint Location and PlayerToPoint Location Are Completely different.
Quote:

CreateCheckpoint(-1,2131.8259,-1149.5011,24.2603,3.0,44.0)

Quote:

PlayerToPoint(playerid,5,1969.7827,278.2160,35.171 9)

Try this:
Quote:

CreateCheckpoint(-1,2131.8259,-1149.5011,24.2603,3.0,44.0)

Quote:

PlayerToPoint(playerid,5,2131.8259,-1149.5011,24.2603)




Re: Still no luck with menues - Geekzor - 01.08.2009

thank you it works


Re: Still no luck with menues - ruarai - 01.08.2009

No Problem