Posts: 183
Threads: 33
Joined: Aug 2015
Reputation:
0
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
Posts: 596
Threads: 75
Joined: Nov 2015
It will be little bit faster i think
Код:
ApplyAnimation(playerid,"MUSCULAR","MuscleSprint",4.0,1,1,1,1,1);
Posts: 183
Threads: 33
Joined: Aug 2015
Reputation:
0
Can i get a script please, with the command
Posts: 734
Threads: 8
Joined: Jun 2009
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.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Just up the multiplier (the * 1.6) in the Activate function. Experiment.