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