This commit is contained in:
EVO 2025-06-26 10:43:40 +02:00
commit 091f200603
60 changed files with 7676 additions and 130 deletions

View file

@ -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',