Fix Spam Punch
Spam punch, yes that's what happens a lot on people's servers, Here I will provide the code to solve the problem.
CreateThread(function()
while true do
Wait(0)
DisableControlAction(1, 140, true)
if not IsPlayerTargettingAnything(PlayerId()) then
DisableControlAction(1, 141, true)
DisableControlAction(1, 142, true)
end
end
end
Video Preview
Last updated