diff --git a/[esx_addons]/esx_license/config.lua b/[esx_addons]/esx_license/config.lua new file mode 100644 index 00000000..236b1f29 --- /dev/null +++ b/[esx_addons]/esx_license/config.lua @@ -0,0 +1,5 @@ +Config = {} + +Config.allowedJobs = { + ['police'] = true +} \ No newline at end of file