SuperSpeed - 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: SuperSpeed (
/showthread.php?tid=600767)
SuperSpeed -
SteSte - 12.02.2016
Can anyone show me how to make a script when the player uses /superspeed he can run really really fast.
Faster then the fastest vehicle in GTA SA
Re: SuperSpeed -
K0P - 12.02.2016
It will be little bit faster i think
Код:
ApplyAnimation(playerid,"MUSCULAR","MuscleSprint",4.0,1,1,1,1,1);
Re: SuperSpeed -
SteSte - 13.02.2016
Can i get a script please, with the command
Re: SuperSpeed -
MicroKyrr - 13.02.2016
https://sampforum.blast.hk/showthread.php?tid=320063
Re: SuperSpeed -
SteSte - 13.02.2016
Quote:
Originally Posted by MicroKyrr
|
Nice but it doesn't seem like you can go faster then the fastest GTA vehicle
Re: SuperSpeed -
Virtual1ty - 13.02.2016
And what is the fastest vehicle in your opinion? For me it's when I jump from the Mt. Chilliad with an Infernus.
Also:
than*.
Now the trick to go faster is either set the player animation as you were already shown, or to use
SetPlayerVelocity. Do check the
Wiki on how to start scripting as you clearly don't know a thing or two about commands, functions, callbacks and so on.
Re: SuperSpeed -
Vince - 13.02.2016
Just up the multiplier (the * 1.6) in the Activate function. Experiment.