Speed hack ! :)
#12

Are you sure you want to increase all axes' vehicle's velocity by 3? I got to tell you thats a huge value, I have made some tests lately for an alt key boost I wanted to make. If you multiply/increase every velocity component with a value, the car will go forward, using these lines:
pawn Код:
new Float:vx,Float:vy,Float:vz;
GetVehicleVelocity(GetPlayerVehicleID(playerid),vx,vy,vz);
SetVehicleVelocity(GetPlayerVehicleID(playerid), vx*1.3, vy*1.3, vz*1.3);
1.3 is a reasonable multiplier to use.
Reply


Messages In This Thread
Speed hack ! :) - by MatZZPL - 24.04.2013, 18:01
Re: Speed hack ! :) - by bensmart469 - 24.04.2013, 18:03
Re: Speed hack ! :) - by MatZZPL - 24.04.2013, 18:05
Re: Speed hack ! :) - by Civilian - 24.04.2013, 18:08
Re: Speed hack ! :) - by zT KiNgKoNg - 24.04.2013, 18:11
Re: Speed hack ! :) - by Civilian - 24.04.2013, 18:12
Re: Speed hack ! :) - by MatZZPL - 24.04.2013, 18:14
AW: Speed hack ! :) - by HurtLocker - 24.04.2013, 18:16
Re: Speed hack ! :) - by MatZZPL - 24.04.2013, 18:19
AW: Speed hack ! :) - by HurtLocker - 24.04.2013, 18:23
Re: Speed hack ! :) - by MatZZPL - 24.04.2013, 18:26
AW: Speed hack ! :) - by HurtLocker - 24.04.2013, 18:35
Re: Speed hack ! :) - by MatZZPL - 24.04.2013, 18:42
AW: Speed hack ! :) - by HurtLocker - 24.04.2013, 18:52
Re: Speed hack ! :) - by MatZZPL - 24.04.2013, 18:56
AW: Speed hack ! :) - by HurtLocker - 24.04.2013, 19:06
Re: Speed hack ! :) - by geohareas - 24.04.2013, 19:08
Re: Speed hack ! :) - by MatZZPL - 24.04.2013, 19:22

Forum Jump:


Users browsing this thread: 1 Guest(s)