Jump to content

comando /sumido


Recommended Posts

addCommandHandler ( "sumido", 
    function ( thePlayer ) 
for k, v in ipairs( getAttachedElements( thePlayer ) ) do 
    destroyElement( v ); 
	outputChatBox("Modo sumido ativado!",player,255)
end 
end
) 

Alguem poderia me ajudar, eu gostaria de adicionar esse comando apenas para um certo grupo da ACL, tipo FAGERAL, por favor me ajudem, sou novo no scripting lua.

Link to comment
addCommandHandler ( "sumido", 
    function ( thePlayer ) 
    local conta = getAccountName (getPlayerAccount(thePlayer))
    if not isObjectInACLGroup ( "user." .. conta, aclGetGroup ( "admin" ) ) then outputChatBox("Permissão negada!",thePlayer,255) return end
    for k, v in ipairs( getAttachedElements( thePlayer ) ) do 
    destroyElement( v ); 
	outputChatBox("Modo sumido ativado!",thePlayer,255)
end      
end
) 

 

  • Thanks 1
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...