29.09.2012, 13:30
new playerid;
pawn Код:
forward UnFreezePlayer();
public UnFreezePlayer()
{
new playerid;
TogglePlayerControllable(playerid, true);
SendClientMessage(playerid, COLOR_GREEN, "[INFO:] Pole has been fixed, You may now move to the next one.");
return 1;
}