SA-MP Forums Archive
Weapon hack [HELP!!!] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Weapon hack [HELP!!!] (/showthread.php?tid=466462)



Weapon hack [HELP!!!] - cuemur - 27.09.2013

I need anti-hack that catch weapon hack this : even is Disable weapon data on




Re: Weapon hack [HELP!!!] - RedWolfX - 27.09.2013

If you're looking for a anti cheat, you should use junkbuster.


Re: Weapon hack [HELP!!!] - itsCody - 28.09.2013

Use an Anti-cheat filterscript or create your own, it's fairly simple.


Re: Weapon hack [HELP!!!] - Ley - 28.09.2013

You can use the function for when the player shooting the other.
If your beginners start level 0, you can do the following:

PHP код:
public OnPlayerTakeDamage(playeridissueridFloatamountweaponid)
{
    if(
GetPlayerScore(playerid) == && weaponid != 0)
    {
        
ResetPlayerWeaponsplayerid );
    }
    return 
1;

With this, any player who shoots level 0 another with a different weapon of id 0, will reset the weapons.
Hope this helps.


Re: Weapon hack [HELP!!!] - Valcas - 29.09.2013

if you cant understand what he want from you then he is asking can someone can help him with new ****** antichit or if you have alredy done then can you give him it


Re: Weapon hack [HELP!!!] - ic3cr3am - 29.09.2013

i've never used Disable weapon data, what does this do? does it prevent sending what weapon the player has? if so maybe try like, if server does receive weapon data from player, ban that player.