Safe Player Give weapon? Is it possible
#1

Guys i am wondering if is there anyway to make anti weapon hack and ammo hack?
like when admin give player a fodbid weapon it will not ban the player
but when the player uses hack it will automatically ban the player
and yes. also server sided weapon
like when player buy a weapon it will not ban the player
only when they use hack?

Is it possible ?
and please someone will teach me how?
Reply
#2

It is very much possible. Just make a separate function.
pawn Код:
forward SafeGivePlayerWeapon(playerid,weaponid,ammo);
public SafeGivePlayerWeapon(playerid,weaponid,ammo);
{
    GivePlayerWeapon(playerid,weaponid,ammo);
    return 1;
}
Untested. If you're scripting for money. You'll figure this out
Reply
#3

Yes it is possible. If you want a good anticheat I would recommend you to check this thread by cessil: https://sampforum.blast.hk/showthread.php?tid=220089 Also don't expect to get a perfect anti cheat the first time. Getting a perfect anticheat can take years.
Reply
#4

Quote:
Originally Posted by Mikkel_Pedersen
Посмотреть сообщение
Getting a perfect anticheat can take years.
lolwot

I made a simple anti-cheat that flawlessly* detects armour, jetpack, health and weapon cheats in about a month.

* No wrongful bans reported. Yet. Vigorously tested by myself and others.
Reply
#5

cool but anyways can anyone help me?
or teach me how to make one of them?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)