[Pedido] Bloquear texto igual ao anterior.
#3

Quote:
Originally Posted by Delete_
Посмотреть сообщение
pawn Код:
new pvar [128] ;
GetPVarString (playerid,"UltimoTexto",pvar,sizeof(pvar)) ;
if(strlen(pvar)&&!strcmp(pvar,text))
{
   SendClientMessage(playerid,0x00FFFFFF,"[Siga-Bem] -> Pare de repetir no chat!") ;
    return 0;
}
SetPVarString(playerid,"UltimoTexto",text ) ;
Obrigado, irei testar.
Reply


Messages In This Thread
Bloquear texto igual ao anterior. - by Ley - 04.06.2013, 01:04
Re: Bloquear texto igual ao anterior. - by Delete_ - 04.06.2013, 01:07
Re: Bloquear texto igual ao anterior. - by Ley - 04.06.2013, 01:26

Forum Jump:


Users browsing this thread: 1 Guest(s)