Need help with fakelag and a bsendpacket module
I have the bsendpacket module, how would I implement it into these lines of code?
local FakeLagTicks = 0
local FakeLagFactor = 12
function FakeLag()
bSendPacket = false
if FakeLagTicks <= 0 then
FakeLagTicks = FakeLagFactor
bSendPacket = true
else
FakeLagTicks = FakeLagTicks - 1
end
end
you require it................................................ ...........
if you are too noob to set a bool then you don't deserve help with this