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,12 +25,13 @@ Config = {
Persons = {
{
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',
pedAnimation = nil, -- or define a default animation
pedSettings = {
FreezePerson = true, -- Using only FreezeEntityPosition
Invincible = true, -- Using SetEntityInvincible, SetPedDiesWhenInjured, SetPedCanPlayAmbientAnims, SetPedCanRagdollFromPlayerImpact
BlockingOfNonTemporaryEvents = true, -- Using SetBlockingOfNonTemporaryEvents
FreezePerson = true,
Invincible = true,
BlockingOfNonTemporaryEvents = true,
},
},
{