Can anyone make a quick 10 second autorun script? To disable the flashlight?
Thanks in advance!
Can anyone make a quick 10 second autorun script? To disable the flashlight?
Thanks in advance!
hook.Add("PlayerSwitchFlashlight","StopLighting",function(pl,bSwitchOn) return false end)