16.06.2012, 15:36
Hi, sorry for my bad english ...
I try to change the speed of the player with :
But the result is not good and I lost health
Do you have an idea to sprint faster ?
Thank you in advance !
D0os
I try to change the speed of the player with :
Код:
new Float:vx,Float:vy,Float:vz; GetPlayerVelocity(playerid,vx,vy,vz); SetPlayerVelocity(playerid, vx * 5.8, vy *5.8, vz );
Do you have an idea to sprint faster ?
Thank you in advance !
D0os