Jump to content

Script Error Access Denid ACL


Wananazo

Recommended Posts

the next line throws me acl error, i'm starting to learn but i'm working on this, not really what is the label to put on the acl why use Work and follow the error
aclGroupRemoveObject (aclGetGroup(Trabalho), "user."..accName) 

Here is my code snippet


function Pedir_Demissao (source)
	local Trabalho = getElementData ( source, "Emprego" ) or "Desempregado"
	if Trabalho == "Desempregado" then exports.hy_info:showBoxS(source, "Você não está empregado para se demitir.", "error") return end
	setElementData ( source, "Emprego", "Desempregado" )
	exports.hy_info:showBoxS(source, "Você de demitiu do emprego de "..Trabalho.."", "info")
	local accName = getAccountName ( getPlayerAccount ( source ) ) -- get his account name
        aclGroupRemoveObject (aclGetGroup(Trabalho), "user."..accName)



this is the console error
Access denied @ 'aclGroupRemoveObject'

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...