23.03.2012, 09:48
Quote:
Really nice but you could do a more explaining, 8/10.
Well if you use timers, it will detect if you have the weapon in your hand. With your code it looks like if you shoot it will ban the player. Well you can also use OnPlayerUpdate like i did on my tutorial for anti weapon hack. If you use OnPlayerUpdate, it will still ban the player if they have it holding. |
I don't like timers for anticheat so i made with KeyStateChange,it works differently but it works (:
Checking if player has forbidden weapon in hand with timers,or using KeyStateChange when shoot with the forbidden wep,it's the same thing.