29.09.2012, 13:36
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;
}