KEY_WALK in vehicle - 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: KEY_WALK in vehicle (
/showthread.php?tid=197006)
KEY_WALK -
xpeppe - 07.12.2010
What's the button of KEY_WALK in vehicle??
Thanks All Peppe
Re: KEY_WALK in vehicle -
beckzy - 07.12.2010
Well the space key has become key walk for me, so key walk might have become space? Try it. If it isn't then try all other keys?
Re: KEY_WALK in vehicle -
Sascha - 07.12.2010
KEY_WALK is not defined for vehicles.
Therefore you won't be able to call it if the player is in any vehicle...
E.g.: if you want the player to turn the engine on with this key, nothing will change if he presses it, as it only reacts to "existing" (defined) keys...
Re: KEY_WALK in vehicle -
Joe Staff - 07.12.2010
If you mean (by default key mapping) the Alt key, then look for alternate attack (It's either KEY_ACTION or KEY_FIRE)
Re: KEY_WALK in vehicle -
xpeppe - 08.12.2010
Ok thanks to all