Hello, Greetings to all, Well I am doing a script that when from a computer from the Admin panel I automatically add it to an ACL group
this is my code
I get error does not add me to acl, please help
function tag( thePlayer)
local team = getPlayerTeam( thePlayer )
conta = getAccountName(getPlayerAccount(source))
if ( getTeamName( team ) == "**Militar**" ) then
aclGroupAddObject (aclGetGroup("Militar"), "user."..conta)
end
end