mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 17:23:31 +00:00
@@ -89,6 +89,13 @@ function QBCore.Functions.RequestAnimDict(animDict)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function QBCore.Functions.LoadModel(ModelName)
|
||||||
|
RequestModel(ModelName)
|
||||||
|
while not HasModelLoaded(ModelName) do
|
||||||
|
Wait(100)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
RegisterNUICallback('getNotifyConfig', function(_, cb)
|
RegisterNUICallback('getNotifyConfig', function(_, cb)
|
||||||
cb(QBCore.Config.Notify)
|
cb(QBCore.Config.Notify)
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user