08.08.2012, 23:33
The problem is if you type /b and anything after it, it will just return
So for instance if I typed "/b Hi!!", it would just return "USAGE: /B [OOC CHAT]" It does it for all chats, /r, /d, /w, /n...
Could it be due to this line..
Shouldn't it be this..
pawn Код:
else
{
SendClientMessage(playerid, COLOR_WHITE, "USAGE: /B [OOC chat]");
}
return 1;
}
Could it be due to this line..
pawn Код:
if(PlayerMuteInfo[playerid][AllMuted])
pawn Код:
if(PlayerMutedInfo[playerid] [pMuted] == 1)