forked from Simnation/Main
fix
This commit is contained in:
parent
e20bb63696
commit
126288f968
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
"copies": "Kopien",
|
"copies": "Kopien",
|
||||||
"image_url": "Bild-URL eingeben",
|
"image_url": "Bild-URL eingeben",
|
||||||
"enter_copies": "Anzahl der Kopien eingeben",
|
"enter_copies": "Anzahl der Kopien eingeben",
|
||||||
"prints": "Drucke",
|
"prints": "Drucken",
|
||||||
"Money_Removed": "Geld vom Bankkonto entfernt: $",
|
"Money_Removed": "Geld vom Bankkonto entfernt: $",
|
||||||
"not_enough": "Nicht genug Geld"
|
"not_enough": "Nicht genug Geld"
|
||||||
}
|
}
|
|
@ -27,7 +27,6 @@ Config = {
|
||||||
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(1561.6321, 3801.2871, 33.4187, 207.3153), -- x, y, z, heading
|
pedCoords = vector4(1561.6321, 3801.2871, 33.4187, 207.3153), -- x, y, z, heading
|
||||||
pedScenario = 'WORLD_HUMAN_STAND_MOBILE,
|
pedScenario = 'WORLD_HUMAN_STAND_MOBILE,
|
||||||
},
|
|
||||||
pedSettings = {
|
pedSettings = {
|
||||||
FreezePerson = true, -- Using only FreezeEntityPosition
|
FreezePerson = true, -- Using only FreezeEntityPosition
|
||||||
Invincible = true, -- Using SetEntityInvincible, SetPedDiesWhenInjured, SetPedCanPlayAmbientAnims, SetPedCanRagdollFromPlayerImpact
|
Invincible = true, -- Using SetEntityInvincible, SetPedDiesWhenInjured, SetPedCanPlayAmbientAnims, SetPedCanRagdollFromPlayerImpact
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue