z
This commit is contained in:
parent
23d39fc6b5
commit
45954df5be
4
main.lua
4
main.lua
|
@ -295,12 +295,12 @@ Citizen.CreateThread(function()
|
||||||
while GetGameTimer() < main.lastTimeImplRegistered + 1000 do
|
while GetGameTimer() < main.lastTimeImplRegistered + 1000 do
|
||||||
Citizen.Wait(0)
|
Citizen.Wait(0)
|
||||||
end
|
end
|
||||||
while ESX == nil do
|
while Framework == nil do
|
||||||
Wait(100)
|
Wait(100)
|
||||||
end
|
end
|
||||||
if not IsDuplicityVersion() then
|
if not IsDuplicityVersion() then
|
||||||
if Config.Framework == 'esx' then
|
if Config.Framework == 'esx' then
|
||||||
while not ESX.IsPlayerLoaded() do
|
while not Framework.IsPlayerLoaded() do
|
||||||
Wait(100)
|
Wait(100)
|
||||||
end
|
end
|
||||||
elseif Config.Framework == 'qb' then
|
elseif Config.Framework == 'qb' then
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user