mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 07:01:29 +00:00
@@ -1,11 +1,11 @@
|
||||
WhiteList = {}
|
||||
|
||||
function loadWhiteList()
|
||||
Whitelist = nil
|
||||
WhiteList = nil
|
||||
|
||||
local List = LoadResourceFile(GetCurrentResourceName(),'players.json')
|
||||
if List then
|
||||
Whitelist = json.decode(List)
|
||||
WhiteList = json.decode(List)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user