From 8fa244204a2b164fe9b217bd7428dc9d77d60389 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 26 Jun 2025 04:18:27 +0200 Subject: [PATCH] edit --- resources/[tools]/bzzz_spawnped/config.lua | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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',