SA-MP Forums Archive
Need Help - 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: Need Help (/showthread.php?tid=84951)



Need Help - En_phase - 04.07.2009

Well I have my menus, they work.
But not in a vehicle
..
I tried adding
new playerveh = GetPlayerVehicleID(playerid);
Before each switch row;
but it gives me 2 errors, Undefined playerveh and variable must be in compounds
Well heres my pastebin
http://pastebin.com/m2c113f14
Please tell me how to make menus work in a vehicle
Please....
I wont bother anymore, please help!!


Re: Need Help - En_phase - 04.07.2009

Cause this is really anoyin!!


Re: Need Help - James_Alex - 05.07.2009

give all the source please


Re: Need Help - En_phase - 05.07.2009

erm you only need the menu source


Re: Need Help - Correlli - 05.07.2009

Read pawn-lang.pdf to see why you're getting these errors.


Re: Need Help - En_phase - 05.07.2009

I did look before posting here


Re: Need Help - En_phase - 05.07.2009

please i beg you


Re: Need Help - refshal - 05.07.2009

Don't bump.


Re: Need Help - En_phase - 06.07.2009

sorry
COOP
please help me


Re: Need Help - refshal - 06.07.2009

Try this:

pawn Код:
new playerveh;
playerveh = GetPlayerVehicleID(playerid);