anti spam bug
#2

for the last 2 spamcount do
pawn Код:
else if(SpamCount[playerid]==3)
        {
                if(SpamProof[playerid]<4)
                {
                    SendClientMessage(playerid,0xFF0000FF,"You got a warning for spamming");
                }
                else SpamCount[playerid]=0;
        }
        else if(SpamCount[playerid]>=4)
        {
                new strings[128],names[24];
                GetPlayerName(playerid,names,24);
                if(SpamProof[playerid]<4)
                {
                    format(strings,sizeof(strings),"%s has been muted for spamming",names);
                    SendClientMessageToAll(0xFF0000FF,strings);
                    muted[playerid] = 1;
                }
        }
Reply


Messages In This Thread
anti spam bug - by PawnoQ - 02.12.2011, 21:35
Re: anti spam bug - by Tanush123 - 03.12.2011, 01:16
Re: anti spam bug - by PawnoQ - 03.12.2011, 02:12
Re: anti spam bug - by Tanush123 - 03.12.2011, 02:49
Re: anti spam bug - by PawnoQ - 03.12.2011, 11:44
Re: anti spam bug - by Ash. - 03.12.2011, 17:54
Re: anti spam bug - by PawnoQ - 03.12.2011, 20:31

Forum Jump:


Users browsing this thread: 1 Guest(s)