[Ajuda] anti cheat
#1

Bom meu servidor estб sofrendo muito kill all e gostaria que alguem me ajudasse, ja coloquei esses 2 codigos na GM e nada adiantou.

Код:
public OnPlayerDeath(playerid, killerid, reason)
{   if(killerid != INVALID_PLAYER_ID)
	{
      if(DamageTaken[playerid] == 0)
      {
	    SendClientMessage(playerid, COR_BRANCO, "{Server-Ban}: Vocк foi banido por usar Fake Kill! ");
        SetTimerEx("BanTimer", 10, 0, "i", playerid);
    }
    if(killerid == playerid)
    {
       SendClientMessage(playerid, COR_BRANCO, "{Server-Ban}: Vocк foi banido por usar Fake Kill!");
       SetTimerEx("BanTimer", 10, 0, "i", playerid);
    }
    if(DamageTaken[playerid] == 1)
    {
       SetTimerEx("DamageTimer", 10, false, "i", playerid);
       }
    }
    return 1;


new DamageTaken[MAX_PLAYERS];
forward BanTimer(playerid);
public BanTimer(playerid)
{
	Ban(playerid);
	return 1;
}
forward DamageTimer(playerid);
public DamageTimer(playerid)
{
    DamageTaken[playerid] = 0;
    return 1;
}


}
Esse codigo abaixo tem nas duas public give e take.

Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
   DamageTaken[issuerid] = 1;
 if(gPlayerLogged[issuerid] == 1) return 0;
 if(issuerid == INVALID_PLAYER_ID)
 {
     if(gPlayerLogged[issuerid] == 0)
     {
      if(PlayerInfo[issuerid][pLevel] < 1)
      {
       if(GetPlayerWeapon(issuerid) == 0)
       {
     if(amount >= 400)
     {
      Ban(issuerid);
      return 1;
     }
    }
      }
  }
 }
 return 1;
}
Alguem pode me ajudar...
Reply
#2

OBS: O mesmo nem chega a logar no servidor, e mata todos do servidor sem parar.
Reply
#3

Alphazin pq ta de fake ?.
Reply
#4

Quote:
Originally Posted by C4rtm4n
Посмотреть сообщение
Alphazin pq ta de fake ?.
acho que n й o alpha n em.
Reply
#5

sou dono de um servidor RPG onde esse crianзa desse alpha estб usando kill all.
Reply
#6

Ele mata usando qual arma?
Reply
#7

se nгo me engano й aleartorio , mais ele usa soco tambem, ou o brass a weapon id 1
Reply
#8

Isso ta longe da funcionar com exito, eu jб tive esse problema, fiz um. Porem mantenho privado apenas para meu servidor.

obs: й possнvel, estude.
Reply
#9

sente o kill all
Reply
#10

Quote:
Originally Posted by Cycle
Посмотреть сообщение
Assista esse vнdeo e veja como funciona.
PRO KILL
Esse cheat funciona com fake bullets, nгo vi relaзгo com o que o autor do tуpico descreveu.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)