mute error
#6

Why would he need a timer?
PHP код:
SpamCheck[playerid] = gettime();
if(
gettime() - SpamCheck[playerid] < 120// 2 minutes
{
    
SpamTimes[playerid]++;
    if(
SpamTimes[playerid] == 5)
    {
        
PlayerData[playerid][Muted] = 1;
        
PlayerData[playerid][MutedTime] += 20;
        new 
str[128]; // blah blah
        
mysql_format(SQLstr,128,"UPDATE `users` SET `Muted`='1' ,`MutedTime`='%d' WHERE `id` = '%d' LIMIT 1",PlayerData[playerid][MutedTime],PlayerData[playerid][ID]);
        
mysql_tquery(SQLstr"""");
        
SendClientMessage(playeridCOLOR_GREY"You have been auto-muted for spamming. You will be unmuted in 20 seconds.");
        return 
0;
    }
} else return 
SpamTimes[playerid] = 0
Reply


Messages In This Thread
mute error - by PepsiCola23 - 02.02.2018, 09:53
Re: mute error - by Mugala - 02.02.2018, 10:04
Re: mute error - by PepsiCola23 - 02.02.2018, 10:53
Re: mute error - by Mugala - 02.02.2018, 10:54
Re: mute error - by PepsiCola23 - 02.02.2018, 11:04
Re: mute error - by jasperschellekens - 02.02.2018, 11:18
Re: mute error - by PepsiCola23 - 02.02.2018, 13:46
Re: mute error - by jasperschellekens - 02.02.2018, 13:54
Re: mute error - by PepsiCola23 - 02.02.2018, 16:12
Re: mute error - by Mugala - 02.02.2018, 16:16

Forum Jump:


Users browsing this thread: 2 Guest(s)