mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 23:46:03 +01:00
@@ -1,9 +0,0 @@
|
|||||||
---Loads an anim dictionary if it has not been loaded.
|
|
||||||
---Invalid anim dictionaries will never return.
|
|
||||||
---@param dict string
|
|
||||||
return function(dict)
|
|
||||||
if not HasAnimDictLoaded(dict) then
|
|
||||||
RequestAnimDict(dict)
|
|
||||||
repeat Wait(0) until HasAnimDictLoaded(dict)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
Reference in New Issue
Block a user