1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-06-26 17:07:46 +02:00
parent ecb99f06e4
commit 1bd5411f91

View file

@ -25,14 +25,15 @@ Config = {
Persons = { Persons = {
{ {
pedHash = `A_F_Y_Indian_01`, -- Use ``(backticks) because it's faster than using GetHashKey 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), -- x, y, z, heading pedCoords = vector4(1561.6321, 3801.2871, 33.4187, 207.3153),
pedScenario = 'WORLD_HUMAN_STAND_MOBILE', pedScenario = 'WORLD_HUMAN_STAND_MOBILE',
pedAnimation = nil, -- or define a default animation
pedSettings = { pedSettings = {
FreezePerson = true, -- Using only FreezeEntityPosition FreezePerson = true,
Invincible = true, -- Using SetEntityInvincible, SetPedDiesWhenInjured, SetPedCanPlayAmbientAnims, SetPedCanRagdollFromPlayerImpact Invincible = true,
BlockingOfNonTemporaryEvents = true, -- Using SetBlockingOfNonTemporaryEvents BlockingOfNonTemporaryEvents = true,
}, },
}, },
{ {
pedHash = `a_m_m_farmer_01`, -- Use ``(backticks) because it's faster than using GetHashKey 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 pedCoords = vector4(1633.0272, 3863.1299, 33.1044, 308.1584), -- x, y, z, heading