forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
ecb99f06e4
commit
1bd5411f91
1 changed files with 7 additions and 6 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue