06.06.2015, 21:36
As Ralfie said: (This code goes below OnPlayerText)
You can define IsPlayerFlooding (I think you're done with this ...) in advance.
PHP код:
if(IsPlayerFlooding(playerid) && !IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, 0xFFFFFFFF, "* You only can send message every 2 seconds.");
return 0;
}