Player speeds.
#5

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
Something like this maybe:
pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerVelocity(playerid, x, y, z);
if(z < -5) SetPlayerVelocity(playerid, x, y, -2); // Checks if the z speed is lower than -5, so it's etc. -6
    // If so, sets his z velocity to -2
But you'll have to experiment with it yourself, that's just a skeleton of how it'll work, you also need to find out what velocity's are needed.
Thanks bro i already made it by ****** search on WIKI, thanks any way
Reply


Messages In This Thread
Player speeds. - by Karan007 - 06.03.2015, 06:04
Re: Player speeds. - by CalvinC - 06.03.2015, 06:07
Re: Player speeds. - by Karan007 - 06.03.2015, 06:11
Re: Player speeds. - by CalvinC - 06.03.2015, 06:13
Re: Player speeds. - by Karan007 - 06.03.2015, 06:18
Re: Player speeds. - by Karan007 - 06.03.2015, 06:22
Re: Player speeds. - by Pottus - 06.03.2015, 08:58

Forum Jump:


Users browsing this thread: 1 Guest(s)