27.07.2013, 18:41
Forgot you have this in the code?
That prevents from NORMAL PLAYERS ONLY to use it when it's disabled.
pawn Код:
if ((noooc) && PlayerInfo[playerid][pAdmin] < 1)
{
SendClientMessage(playerid, COLOR_GRAD2, "The OOC channel has been disabled by an administrator.");
return 1;
}