refactor(esx_license): added config file

This commit is contained in:
Amir_Lynx
2022-11-01 22:35:17 +03:30
parent 5f538da0db
commit 7e60734a77
+5
View File
@@ -0,0 +1,5 @@
Config = {}
Config.allowedJobs = {
['police'] = true
}