ymatheusf Posted April 14, 2019 Share Posted April 14, 2019 estou com um script simples de pegar é entregar estou querendo coloca que so quem tenha permição na acl possa fazer o comando alguem pode me ajudar a como fazer isto Link to comment
Jonas^ Posted April 14, 2019 Share Posted April 14, 2019 addCommandHandler ("carregar", function (thePlayer, cmd) -- Comando/Argumentos if isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(thePlayer)), aclGetGroup ("Caminhoneiro")) then -- Se o jogador estiver na acl caminhoneiro por exemplo, então: -- CÓDIGO -- else -- Senão: outputChatBox ("Você não tem permissão.", thePlayer, 255, 0, 0) end end) Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now