BaseadoSWD Posted February 19, 2015 Share Posted February 19, 2015 (edited) Bom seria exemplo o carro: Police LS/ID:596 Queria blockea-lo só para a ACL pm conseguir entrar.Pois assim nenhum jogador pega o carro ou turbina ele da forma que ele quiser.Se alguém puder me ajudar,agradeço. E se a pessoa criar o veículo e tentar da F ou G e não tiver na ACL aparecerá no CHAT: Apenas A PM Pode entrar neste veículo. E queria um que desse para editar. Edited February 20, 2015 by Guest Link to comment
Banex Posted February 19, 2015 Share Posted February 19, 2015 function enterVehicle(player, seat, jacked) local account = getPlayerAccount(player) if (not account or isGuestAccount(account)) then return end local accountName = getAccountName(account) if (getElementModel(source) == 596) and (not isObjectInACLGroup("user.".. accountName,aclGetGroup("Police"))) then setVehicleLocked(source, true) outputChatBox("Apenas A PM Pode entrar neste veículo.", player) else setVehicleLocked(source, false) end end addEventHandler("onVehicleStartEnter",root,enterVehicle) Link to comment
BaseadoSWD Posted February 19, 2015 Author Share Posted February 19, 2015 Agora eu faço tipo: CarroPM.lua e depois faço o meta.xml certo? Link to comment
BaseadoSWD Posted February 19, 2015 Author Share Posted February 19, 2015 Obrigado Banex , Agradeço por você ter compartilhado. Obrigado. Estava precisando. Link to comment
BaseadoSWD Posted February 19, 2015 Author Share Posted February 19, 2015 Você tem Skype? Link to comment
DNL291 Posted February 20, 2015 Share Posted February 20, 2015 Não há necessidade disso. Apenas diga que já está resolvido. 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