SA-MP Forums Archive
Help with car system - 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)
+--- Thread: Help with car system (/showthread.php?tid=560985)



Help with car system - Karolukas123 - 31.01.2015

Hi, I was thinking how to make a system that rides her man time and speed up the main button (w), then the machine automatically after accelerate and speed up still would not forgive her for this button (GT system) to turn it on the player's machine would become a super car. Example: The machine speed of 100 km / ho turned GT system, it launched accelerates to 500 km / h

I have already made matters (manual) system, but need to press the (alt) button. And I need to do this automatically done

else if(HOLDING(4) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
if(SuperGreitis[playerid]) return SetVehicleSpeed(vehicleid, GT_SPEED);

#define GT_SPEED 185


Re: Help with car system - Karolukas123 - 31.01.2015

sameone ?