[AjuDa] Bots Que Repetem Oque a gente Fala.
#7

Deixa eu ver se entendi.

PHP код:
public OnPlayerText(playerid,text[])
{    
    new 
pvar[128];
    
GetPVarString(playerid,"UltimaMsg",pvar,sizeof(pvar));
    if(!
strcmp(pvar,text))
    {
        
SendClientMessage(playerid,-1,"[INFO] Palavra Repetida.");    
        return 
false;
    }
    
SetPVarString(playerid,"UltimaMsg",text);
    return 
true;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)