13.02.2015, 13:38
The player gets stuck on the spot when I call SelectObject, but when I use a custom cmd to slap myself I am able to walk again and everything.
However, when I use this following code:
The player would still be frozen.. and just a note this is the same way I use to slap a player on /slap command. So why is it like that?
However, when I use this following code:
The player would still be frozen.. and just a note this is the same way I use to slap a player on /slap command. So why is it like that?

pawn Код:
new Float:pos[3];
SelectObjcet(playerid);
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
SetPlayerPos(playerid, pos[0], pos[1], pos[2] + 0.5);