Command /refresh
#1

How to get the player position update command - / refresh?
Reply
#2

So what actually should that command do? And which command processor you use?
Reply
#3

If a player can not move must somehow update the coordinates that he could move
Reply
#4

I don't really understand what you mean
If the player is frozen or can't move then u would use /refresh
And then he would be unfrozen and can move again ?
Reply
#5

If a player can not move themselves because seizing. I mean have not frozen / unforzen
Reply
#6

For example the exchange of skin can sometimes be stuck and how to do that again to move
Reply
#7

TogglePlayerControlable(playerid,toggle);
toggles. =. 0 to freeze the player or 1 to unfreeze them
Reply
#8

pawn Код:
if(strcmp(cmd, "/refresh", true) == 0) return TogglePlayerControllable(playerid, true), 1;
Reply
#9

Thank you
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)