Search the Community
Showing results for tags 'acl help'.
-
access control list hello I'm having problems configuring my acl because I can't limit them ex wanted moderator q edits only acl of bases but on the contrary, the moderator manages to self-level up to the owner (console) can anyone help me limit this??
-
quero fazer um script pra quando a pessoa estiver em rp não ter acesso ao painel p e quando for fazer rp de staff conseguir o painel, no jogo não deu nenhum erro mas ele não adiciona a acl, queria que a pessoa escrevesse o comando /suporteon pra conseguir o painel e /suporteoff para perder o painel dai pra conseguir o painel ela teria que entrar na acl Suporte por isso do comando, mas eu queria que só as pessoas que estivessem na acl suportecomando conseguissem usar esse comando, não sei se deu pra entender o script esta aqui em baixo se alguem puder me ajudar eu agradeço function ComandoPainelP () addAcl = aclGroupAddObject( aclgroup, Suporte, playerSource ) end addCommandHandler(suporteon, ComandoPainelP, false, true)
-
Hi, I have installed a resource called "fly", lets you fly with a vehicle using /fly. I wanted to make this for admins only, so I added a line in acl.xml under the "<acl name="Default">", so I added a line called <right name="command.fly" access="true"></right>. I have tested it with a NON admin account and seems like that it's not working. How to fix this issue?