Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

[Ajuda] Anti Ofensa!

$
0
0
olá! eu tenho um anti ofensa,porem quando o player xinga o servidor a mensagem do xingamento não aparece,eu gostaria que tipo o cara xingasse e em baixo do ban aparece oq ele disse. no momento está assim:

http://imgur.com/a/5uuYH

e gostaria que em cima da ultima linha,no caso do "server closed connection" aparecesse a ofensa do mesmo.

CMD:

PHP Code:

public OnPlayerCommandText(playeridcmdtext[])
{
    new 
string[256];
     for(new 
fdp=0;fdp<RONALDO_LOL;fdp++){
        if(
strfind(cmdtextIP[fdp], true) != -1)
        {

            new 
PlayerName[30];
              
GetPlayerName(playeridPlayerName30);
            
CallRemoteFunction("BanoPlayerEx","is",playerid);
            new 
nomefdp[30], ipdivulgado[512], ipfdp[128], iplolol[128];
             
GetPlayerIp(playerid,iplolol,128);
            
GetPlayerName(playeridnomefdp30);
            
format(ipdivulgado256"%s"cmdtext);
            
format(ipfdp256"%s"iplolol);
            new 
File:ofdp=fopen("Banidos por Ofensa.txt"io_append);
            new 
iFDP strval(ipfdp);
            
format(string256">>Jogador(a): %s | Ofensa: ( %s ) |"nomefdpipdivulgadoiFDP);
            
fwrite(ofdpstring);
            print(string);
            
fclose(ofdp);
            
TimerFDP SetTimerEx("BanoPlayerEx"1000"i"playerid);

            return 
0;
        }
    }
    return 
0

Grato!!!

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>