forked from Simnation/Main
edit
This commit is contained in:
parent
b2139d1237
commit
8fa244204a
1 changed files with 12 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue