20.07.2015, 13:33
What you do is get his coordinates (x,y,z) then increment the Z coordinate of how higher you want him to get slapped.
pawn Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
SetPlayerPos(playerid,x,y,z+IncrementHere);