diff --git a/resources/[cars]/turismo_nordi/data/handling.meta b/resources/[cars]/turismo_nordi/data/handling.meta index b34488b3d..5649729f2 100644 --- a/resources/[cars]/turismo_nordi/data/handling.meta +++ b/resources/[cars]/turismo_nordi/data/handling.meta @@ -1,66 +1,74 @@ - + turismopt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 20002 0 AVERAGE - + + + + + + + + + 14008000 - - - + - \ No newline at end of file + diff --git a/resources/[jobs]/[mechanic]/jg-vehiclemileage/config.lua b/resources/[jobs]/[mechanic]/jg-vehiclemileage/config.lua index 44d0da675..62a118809 100644 --- a/resources/[jobs]/[mechanic]/jg-vehiclemileage/config.lua +++ b/resources/[jobs]/[mechanic]/jg-vehiclemileage/config.lua @@ -3,5 +3,5 @@ Config.AutoRunSQL = true Config.Framework = "auto" -- or "QBCore", "Qbox", "ESX" Config.ShowMileage = true -Config.Unit = "miles" -- "miles" or "kilometers" +Config.Unit = "kilometers" -- "miles" or "kilometers" Config.Position = "bottom-right" -- "bottom-right" or "bottom-left" or "top-right" or "top-left" or "bottom-center" or "top-center" \ No newline at end of file diff --git a/resources/[tools]/bzzz_spawnped/config.lua b/resources/[tools]/bzzz_spawnped/config.lua index 04ef4b1eb..5be340399 100644 --- a/resources/[tools]/bzzz_spawnped/config.lua +++ b/resources/[tools]/bzzz_spawnped/config.lua @@ -26,13 +26,28 @@ Config = { { pedHash = `A_F_Y_Indian_01`, -- Use ``(backticks) because it's faster than using GetHashKey pedCoords = vector4(1561.6321, 3801.2871, 33.4187, 207.3153), - pedScenario = 'WORLD_HUMAN_STAND_MOBILE', - pedAnimation = nil, -- or define a default animation + pedAnimation = { + animDict = 'random@burial', + animName = 'a_burial', + animFlag = 1, + }, + pedProp = { + propHash = `prop_tool_shovel`, + propBone = 28422, -- boneIndex (https://wiki.rage.mp/index.php?title=Bones) + propPlacement = { + 0.0, -- xPos + 0.0, -- yPos + 0.24, -- zPos + 0.0, -- xRot + 0.0, -- yRot + 0.0, -- zRot + }, + }, pedSettings = { - FreezePerson = true, - Invincible = true, - BlockingOfNonTemporaryEvents = true, - }, + FreezePerson = true, -- Using only FreezeEntityPosition + Invincible = true, -- Using SetEntityInvincible, SetPedDiesWhenInjured, SetPedCanPlayAmbientAnims, SetPedCanRagdollFromPlayerImpact + BlockingOfNonTemporaryEvents = true, -- Using SetBlockingOfNonTemporaryEvents + }, }, { pedHash = `a_m_m_farmer_01`, -- Use ``(backticks) because it's faster than using GetHashKey