SA-MP Forums Archive
[FilterScript] [FS] Vehicle Functions (Engine, Fuel, Car Names) - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Vehicle Functions (Engine, Fuel, Car Names) (/showthread.php?tid=40041)

Pages: 1 2 3


Re: [FS] Vehicle Functions (Engine, Fuel, Car Names) - sean5874 - 03.01.2010

Quote:
Originally Posted by ALpa # Gun
how do i change thats you press SHIFT to start it?
Go to line 183 and change:

Код:
if(newkeys == KEY_ACTION)
	{
To:

Код:
if(newkeys == KEY_JUMP) // this is the left shift key :)
	{