20.01.2013, 16:13
Hey how can i make it so that if his "isMuted" is bigger than 0 it will disable him from sending stuff?
what i got so far:
what i got so far:
pawn Код:
public OnPlayerText(playerid, text[])
{
if Info[playerid][isMuted] > 0
return 1;
}