how could i do a speedboost on foot?
#1

hello people, i'm here to ask could I do a speedboost but on foot? I tried something like this:
Код:
			new Float:speed[3], Float:x,Float:y,Float:z,Float:total;
			GetPlayerVelocity(playerid, speed[0], speed[1], speed[2]);
			total = floatsqroot((speed[0] * speed[0]) + (speed[1] * speed[1]) + (speed[2] * speed[2]));
			total += 1;
			SetPlayerVelocity(playerid,x,y,z);
But it has no effect :S
What am I missing ro doing wrong?

thanks for help

(I'm on 0.3c RC6)
Reply


Messages In This Thread
how could i do a speedboost on foot? - by pmk1 - 24.12.2010, 15:13
Re: how could i do a speedboost on foot? - by RyDeR` - 24.12.2010, 16:00
Re: how could i do a speedboost on foot? - by pmk1 - 24.12.2010, 16:39
Re: how could i do a speedboost on foot? - by pmk1 - 25.12.2010, 15:06
Re: how could i do a speedboost on foot? - by Mean - 25.12.2010, 16:01
Re: how could i do a speedboost on foot? - by pmk1 - 25.12.2010, 16:24
Re: how could i do a speedboost on foot? - by pmk1 - 26.12.2010, 02:29
Re: how could i do a speedboost on foot? - by ToPhrESH - 26.12.2010, 02:46
Re: how could i do a speedboost on foot? - by The_Gangstas - 26.12.2010, 02:47
Re: how could i do a speedboost on foot? - by pmk1 - 26.12.2010, 02:48

Forum Jump:


Users browsing this thread: 1 Guest(s)