Quote:
Originally Posted by xMCx
pawn Код:
forward UnFreezePlayer(playerid); public UnFreezePlayer(playerid) { TogglePlayerControllable(playerid, true); SendClientMessage(playerid, COLOR_GREEN, "[INFO:] Pole has been fixed, You may now move to the next one."); return 1; }
|
@ OP: above code is the only one that will give you the desired results. Creating a playerid variable out of the blue will only work for ID0 and the code above will give you a hell of a lot of errors.