I am trying to make an basic anti cheat that detects if you hit something while holding your shield it will cancel your action, so far I've been able to do this by
on arm swing:
if player is blocking:
broadcast "hacks %player%"
but the problem is A: you can falseflag it by blocking a shield and dropping an item, and B: I cant get it to cancel your hit
when I try
on leftclick:
if player is blocking:
it doesn't seem to detect if the player is blocking their shield or not
on arm swing:
if player is blocking:
broadcast "hacks %player%"
but the problem is A: you can falseflag it by blocking a shield and dropping an item, and B: I cant get it to cancel your hit
when I try
on leftclick:
if player is blocking:
it doesn't seem to detect if the player is blocking their shield or not