diff --git a/resources/[tools]/bzzz_spawnped/config.lua b/resources/[tools]/bzzz_spawnped/config.lua index 5216d05de..59bdd966e 100644 --- a/resources/[tools]/bzzz_spawnped/config.lua +++ b/resources/[tools]/bzzz_spawnped/config.lua @@ -25,7 +25,18 @@ Config = { Persons = { { pedHash = `a_m_m_farmer_01`, -- Use ``(backticks) because it's faster than using GetHashKey - pedCoords = vector4(1584.36, 2169.41, 78.29, 184.73), -- x, y, z, heading + pedCoords = vector4(1561.6321, 3801.2871, 33.4187, 207.3153), -- x, y, z, heading + pedScenario = 'WORLD_HUMAN_STAND_MOBILE, + }, + pedSettings = { + 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 + pedCoords = vector4(1633.0272, 3863.1299, 33.1044, 308.1584), -- x, y, z, heading pedAnimation = { animDict = 'random@burial', animName = 'a_burial',