MadsL
5
Hmm… I’m actually unsure why this happens to you, as I don’t even have to allow my resource at all, it just works. Are these commands supposed to be ACL protected anyway? And are you sure that you haven’t disabled the crosshairs?
Here is what I tested it with:
RegisterCommand('crosshair', function()
ExecuteCommand("cl_customcrosshair true")
ExecuteCommand("cl_crosshairdot true")
end, false)
1 Like