Jump to content

[duvida] não to conseguindo setar acl


Recommended Posts

Tentei setar a acl em que esse comando funcionaria mas não to conseguindo fui no https://wiki.multitheftauto.com/wiki/IsObjectInACLGroup tentar aprender mais não consegui me ajuda ai por favor

function kitarmas(thePlayer) 
    local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) 
    if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) 
        outputChatBox("#00ff00Você pegou seu kit de armas!", source, 255, 255, 255, true) 
        giveWeapon(source, 24, 500) 
        giveWeapon(source, 25, 200) 
        giveWeapon(source, 29, 500) 
        giveWeapon(source, 41, 500)  
    else 
    outputChatBox("#00ff00Você não pode pegar esse kit de armas !", source, 255, 255, 255, true) 
end 
end 
addCommandHandler("kit", thePlayer) 
  

sou novo em programação lua porfavor me ajuda aiii

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...