[Ajuda] Nгo floodar msg
#2

Crie uma SetTimer para verificaзгo:
PHP код:
if(newkeys 4)
{
     if (
GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
    {
        
SetTimer("Detectar"100001); // Verificaзгo serб aplicada nesse tempo apуs o uso.
     
}

Funзгo para detecзгo:
PHP код:
forward Detectar(playerid);
public 
Detectar(playerid)
{
     new 
string[128];
     new 
giveplayer[MAX_PLAYER_NAME];
     
GetPlayerName(playeridgiveplayersizeof(giveplayer));
     
format(stringsizeof(string), "ANTICHEAT: %s SUSPECT speed hack: ****** BOOST SPEED"giveplayer); // apertar alt no carro
     
ABroadCast(COLOR_RED,string,1);
     return 
1;

Estou atrasado, se nгo der certo, lhe ajudo mais tarde. Abraзos.
Reply


Messages In This Thread
Nгo floodar msg - by maikons - 25.11.2013, 07:04
Re: Nгo floodar msg - by Ley - 25.11.2013, 07:50

Forum Jump:


Users browsing this thread: 1 Guest(s)