Scripts/resources/[hp]/hp_vehicleshop/server/threads.lua
2024-12-29 20:48:41 +01:00

7 lines
145 B
Lua

CreateThread(function()
while Koci.Framework == nil do
Koci.Framework = Utils.Functions.GetFramework()
Wait(16)
end
end)