curatenie si fix target

This commit is contained in:
2026-04-10 14:04:59 +03:00
parent 24b682532e
commit 3dcff3ce6d
1247 changed files with 22172 additions and 144368 deletions
@@ -1,15 +1,13 @@
local targetSystem
if Config.Framework == "QBCore" then
if GetResourceState("ox_target") ~= "missing" then
targetSystem = "ox_target"
elseif GetResourceState("qb-target") ~= "missing" then
targetSystem = "qb-target"
else
targetSystem = "qtarget"
end
if GetResourceState("ox_target") ~= "missing" then
targetSystem = "qtarget" -- OX_Target have a backward compability to qtarget
end
function SpawnStartingPed()
local model = `a_m_m_indian_01`
RequestModel(model)