Anti-Cheat funcional? -
YaaN - 21.06.2012
Alguem conhece algum Anti-Cheat funcional ?
Jб procurei bastante, os que acho sгo de tуpicos antigos, fico inseguro por bugs..
Re: Anti-Cheat funcional? -
Crueliz0n - 21.06.2012
pawn Код:
public OnPlayerUpdate(playerid)
{
if(GetPlayerWeapon(playerid) == 35 || GetPlayerWeapon(playerid) == 36 || GetPlayerWeapon(playerid) == 37 || GetPlayerWeapon(playerid) == 38)
{
if(IsPlayerAdmin(playerid)) return false;
new string[128],pname[MAX_PLAYER_NAME];
TogglePlayerControllable(playerid, 0);
GetPlayerName(playerid,pname,sizeof(pname));
format(string,sizeof(string),"*>> %s foi banido pois estava com Weapon Cheats",pname);
SendClientMessageToAll(-1,string);
BanEx(playerid,"Weapon Cheats");
}
return 1;
}
Re: Anti-Cheat funcional? -
YaaN - 21.06.2012
Obrigado, mas nгo й sу WeaponHack .-.
Re: Anti-Cheat funcional? -
Crueliz0n - 21.06.2012
й, anti cheats bons sгo raros
tente o junk buster 10 ou o 8, ele funciona bem + й chatinho de configurar
Re: Anti-Cheat funcional? -
leonardo1434 - 21.06.2012
Apenas criar o seu anti cheat... um pequeno exemplo u.u
pawn Код:
new string[128]; // string fora, pois ela irб criar 4 dessas a cada 4 segundos. inutilidade de celulas.
public OnPlayerUpdate(playerid)
{
nome[MAX_PLAYER_NAME]; // normal..
if(GetPlayerWeapon(playerid) >=38 || GetPlayerWeapon(playerid) <= 44)
if(IsPlayerAdmin(playerid)) return 0;
GetPlayerName(playerid,nome,sizeof(nome));
format(string,sizeof(string),"%s for kickado por usar armas proibidas",nome);
SendClientMessageToAll(-1,string);
Kick(playerid);
}
@ lol tarde... *.*
Re: Anti-Cheat funcional? -
YaaN - 21.06.2012
Pois й Black, no SA:MP 0.3d eu usava ele, mas acabei perdendo o .pwn e nгo acho ele para download aqui no Fуrum SA:MP, vocк tem o link?
Re: Anti-Cheat funcional? -
Crueliz0n - 21.06.2012
encontrei junk buster 8:
http://www.mediafire.com/?3hbulcet782ou4h
+ tarde vou upar o 10 e o 8