SelectObject freezes player
#1

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?
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);
Reply


Messages In This Thread
SelectObject freezes player - by Albon - 13.02.2015, 13:38
Re: SelectObject freezes player - by Albon - 14.02.2015, 04:12
Re: SelectObject freezes player - by basicllsw - 14.02.2015, 06:42
Re: SelectObject freezes player - by Albon - 14.02.2015, 06:53
Re: SelectObject freezes player - by basicllsw - 14.02.2015, 07:09

Forum Jump:


Users browsing this thread: 1 Guest(s)