TinyDerp
Results
2
comments of
TinyDerp
Is 1.19.2 available? And is there any progress on 1.19.3? Just asking.
"Found" a sample code to fix this problem. Goes into qb-core/client/functions.lua function QBCore.Functions.SpawnObject(model, coords, cb) local model = (type(model) == 'number' and model or GetHashKey(model)) Citizen.CreateThread(function() RequestModel(model) local obj =...