[Ajuda]Anti-Flood
#4

pawn Код:
static szPlayerChatMsg[MAX_PLAYERS][128];

if(strlen(text) == strlen(szPlayerChatMsg[playerid]) && !strcmp(szPlayerChatMsg[playerid], text,  false))
{
SendClientMessage(playerid, 0xFFFF00AA, "[x] - Nгo repita esta mensagen.");
format(szPlayerChatMsg[playerid], 128, "%s", text);
return 0;
}
Reply


Messages In This Thread
[Ajuda]Anti-Flood - by Victor_Souz4 - 12.02.2012, 12:07
Re: [Ajuda]Anti-Flood - by 4LiSs0N - 12.02.2012, 12:09
Re: [Ajuda]Anti-Flood - by arakuta - 12.02.2012, 12:10
Re: [Ajuda]Anti-Flood - by Cotoco Topic - 12.02.2012, 17:31

Forum Jump:


Users browsing this thread: 2 Guest(s)