Better ingame doorlock system | FiveM | ESX only

Опубликовано: 05 Октябрь 2024
на канале: Buxzi
22,435
187

Dowload: https://mega.nz/file/blEAmaiS#CeaqBei...

===============================================================

put this somewhere in your server.cfg

add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_ace resource.es_extended command.add_ace allow
add_ace resource.es_extended command.add_principal allow
add_ace resource.es_extended command.remove_principal allow
add_ace resource.es_extended command.stop allow

===============================================================

put this at the END of (file location) es_extended/server/functions.lua

ESX.GetJobs = function()
return ESX.Jobs
end