09.03.2011, 12:18
1st: OnPlayerPrivmsg was removed in SA:MP 0.3, you cannot use it anymore, you can delete it
2nd: try
When you /mute be sure to put this
Oh darn it, it seems I'm slow
2nd: try
pawn Код:
new muted[MAX_PLAYERS] = 0;
public SomeCallback(playerid)
{
if(muted[playerid] == 1) return SOMETHING;
return 1;
}
pawn Код:
muted[playerid] = ;