Scripts/resources/[hp]/hp_vehicleshop/server/threads.lua

7 lines
145 B
Lua
Raw Normal View History

2024-12-29 19:48:41 +00:00
CreateThread(function()
while Koci.Framework == nil do
Koci.Framework = Utils.Functions.GetFramework()
Wait(16)
end
end)