Anticheat..
#5

Well i don't know perfectly about good system that detect the airbreak hacks , but you can follow that for the Anti weapon hack , working awesome. Also you can set an admin command that give guns without making the player get ban just use
pawn Код:
ServerWeapon(playerid, weaponid, ammo);
//instead of using
GivePlayerWeapon(playerid,weaponid, ammo);
So your command should look like that ,
pawn Код:
CMD:giveweapon(playerid, params[])
{
    new id,weaponid,ammo;
    if(sscanf(params, "uii",id , weaponid , ammo)) return SendClientMessage(playerid, -1, "{FF0000}Usage: /giveweapon [playerid] [weaponid] [ammo]");
    ServerWeapon(id, weaponid, ammo);
    return 1;
}
Reply


Messages In This Thread
Anticheat.. - by OnY - 03.12.2013, 18:16
Re: Anticheat.. - by SilentSoul - 03.12.2013, 18:18
Re: Anticheat.. - by fiki574 - 03.12.2013, 18:18
Re: Anticheat.. - by OnY - 03.12.2013, 18:24
Re: Anticheat.. - by SilentSoul - 03.12.2013, 18:26
Re: Anticheat.. - by OnY - 03.12.2013, 19:00
Re: Anticheat.. - by OnY - 03.12.2013, 19:51

Forum Jump:


Users browsing this thread: 1 Guest(s)