21.07.2018, 09:47
It will only work in X direction because you are doing "SetPlayerVelocity(playerid, vX + 5.0, vY , vZ);"
Instead of using multiplication in all directions.
Instead of using multiplication in all directions.
PHP код:
SetPlayerVelocity(playerid, vX*number, vY*number , vZ*number);