SA-MP Forums Archive
Couple Questions .. - 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: Couple Questions .. (/showthread.php?tid=82431)



Couple Questions .. - Abernethy - 18.06.2009

I've a menu that is displayed when you enter a certain vehicle. You can't choose (Using space) any options there, is there a way to avoid this?
A. Pressing 'W'.


Does anybody know a place that actually shows a Screen shot and / or Video of the animation along with the code? I hate fooling around with animations, to find the right ones.


Is there a code that disables world bounds?


Re: Couple Questions .. - Jonte92 - 18.06.2009

Quote:

I've a menu that is displayed when you enter a certain vehicle. You can't choose (Using space) any options there, is there a way to avoid this?

Post your code for the menu to start with.

But you have to use.
Код:
OnPlayerSelectedMenuRow(playerid, row)
Look more here: Menu Tutorial


Ceers / Vega


Re: Couple Questions .. - Abernethy - 18.06.2009

Mate, i'm not dumb. The menu is perfect, the vehicle is the problem. You cannot choose it whilst in a vehicle.


Re: Couple Questions .. - Jonte92 - 18.06.2009

The you described badly...
If you would have said "I can't press space when in a car" I would've understand.

Have you tried shift of any other key?
Quz I think that some other key should work. When your in a car , space will be replaced with another key.


(And don't act dumb saying you ain't, Just trying to help you out.)


Re: Couple Questions .. - Abernethy - 18.06.2009

Alright, we both misunderstood each other. I'll try another key, thanks.


Re: Couple Questions .. - Jonte92 - 18.06.2009

Yeah , I know thath it should work , cause I made a drive-in script before with a menu and then the spacebar didn't work(In the vehicle).