15.01.2012, 13:22
then try this
pawn Код:
if (!strcmp("/jump", cmdtext))
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z)
SetPlayerPos(playerid,x,y,(z+5)); //Forces the player to jump
return 1;
}