Posts: 2,286
Threads: 18
Joined: Jun 2010
Quote:
Originally Posted by mineralo
https://sampwiki.blast.hk/wiki/SetPlayerVelocity
pawn Код:
if (!strcmp("/jump", cmdtext)) { new Float:x,Float:y,Float:z; GetPlayerPos(playerid,x,y,z) SetPlayerVelocity(playerid,x,y,(z+5)); //Forces the player to jump return 1; }
that you wanted?
|
Not at all. This will boost me with the speed of light probably. You don't know how SetPlayerVelocity works, do you?
Edit: Tested it, and yep, it crashed my client.