[help] Engine turn/on on cars - 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: [help] Engine turn/on on cars (
/showthread.php?tid=72945)
[help] Engine turn/on on cars -
Balkan-SF - 11.04.2009
I cant find anywhere...
script or filescript how to turn on engine on all cars just with pressing "left shift"
Can someone help me ?
Re: [help] Engine turn/on on cars -
Balkan-SF - 11.04.2009
someone plss
Re: [help] Engine turn/on on cars -
FrazZ - 11.04.2009
You can get it from LARP, extract the code from there.
Re: [help] Engine turn/on on cars -
luxeon - 11.04.2009
http://forum.sa-mp.com/index.php?topic=46800.0
take it form here, and then edit as you need.
try to search next time.
Luxeon
Re: [help] Engine turn/on on cars -
Balkan-SF - 11.04.2009
Quote:
Originally Posted by Luxeon
|
yes but i must have with left shift not with commands!
Re: [help] Engine turn/on on cars -
13th - 11.04.2009
Just add whatever is under the command to
OnPlayerKeyStateChange with
if( newkey == KEY_JUMP )
Re: [help] Engine turn/on on cars -
Balkan-SF - 12.04.2009
Quote:
Originally Posted by 13th
Just add whatever is under the command to OnPlayerKeyStateChange with if( newkey == KEY_JUMP )
|
under or change ?