04.02.2018, 17:04
Code:
SpamCheck[playerid] = gettime(); if(gettime() - SpamCheck[playerid] < 1000 && SpamCheck[playerid] != 0)
Also, unless you are actually making the player muted permanently, and not for 5 minutes, it's almost a waste to commit that to the DB, unless they log whilst muted, in which case that would be an idea to track the mute.