mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 22:36:03 +01:00
Update client.lua
This commit is contained in:
@@ -73,11 +73,9 @@ function SetDisplay(bool, typeName, bg, characters)
|
|||||||
})
|
})
|
||||||
Wait(500)
|
Wait(500)
|
||||||
if config.characterSelectionAopDisplay then
|
if config.characterSelectionAopDisplay then
|
||||||
local AreaOfPlay = exports[config.aopResourceName]:getAOP()
|
|
||||||
--print(AreaOfPlay)
|
|
||||||
SendNUIMessage({
|
SendNUIMessage({
|
||||||
type = "aop",
|
type = "aop",
|
||||||
aop = AreaOfPlay
|
aop = config.aopExport()
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user