From f83074eb6dda651fe908ab3dd7d38e54b688eca6 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 29 Jun 2025 08:29:46 +0200 Subject: [PATCH] Update config.lua --- resources/[tools]/bzzz_spawnped/config.lua | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/[tools]/bzzz_spawnped/config.lua b/resources/[tools]/bzzz_spawnped/config.lua index 92af8461b..7dbbfee99 100644 --- a/resources/[tools]/bzzz_spawnped/config.lua +++ b/resources/[tools]/bzzz_spawnped/config.lua @@ -5,9 +5,9 @@ Config = { animalCoords = vector4(1580.2, 2169.23, 78.22, 40.94), animalScenario = 'WORLD_COW_GRAZING', animalSettings = { - FreezeAnimal = true, + FreezeAnimal = false, -- Should be false for scenarios to work Invincible = true, - BlockingOfNonTemporaryEvents = true, + BlockingOfNonTemporaryEvents = true } }, { @@ -15,9 +15,9 @@ Config = { animalCoords = vector4(1582.36, 2167.7, 78.3, 8.31), animalScenario = 'WORLD_HEN_PECKING', animalSettings = { - FreezeAnimal = true, + FreezeAnimal = false, -- Should be false for scenarios to work Invincible = true, - BlockingOfNonTemporaryEvents = true, + BlockingOfNonTemporaryEvents = true } } }, @@ -26,16 +26,16 @@ Config = { pedHash = `A_F_Y_Indian_01`, pedCoords = vector4(1561.6321, 3801.2871, 33.4187, 207.3153), pedAnimation = { - animDict = 'amb@code_human_stand_mobile@male@standing@call@enter', - animName = 'enter', - animFlag = 1 + animDict = 'amb@world_human_stand_tablet@female@base', -- Verified tablet animation + animName = 'base', + animFlag = 49 }, pedProp = { propHash = `prop_cs_tablet`, - propBone = 60309, + propBone = 28422, -- Correct bone for left hand propPlacement = { - 0.03, -0.02, -0.03, - 0.0, 0.0, 0.0 + 0.18, 0.08, -0.14, -- Position adjustments + 10.0, -100.0, 0.0 -- Rotation adjustments } }, pedSettings = { @@ -43,21 +43,21 @@ Config = { Invincible = true, BlockingOfNonTemporaryEvents = true } - }, -- This comma was missing + }, { pedHash = `CS_Bankman`, pedCoords = vector4(-352.1639, -51.3455, 48.0365, 339.4478), pedAnimation = { - animDict = 'amb@code_human_stand_mobile@male@standing@call@enter', - animName = 'enter', - animFlag = 1 + animDict = 'amb@world_human_stand_tablet@male@base', -- Male version + animName = 'base', + animFlag = 49 }, pedProp = { propHash = `prop_cs_tablet`, - propBone = 60309, + propBone = 28422, propPlacement = { - 0.03, -0.02, -0.03, - 0.0, 0.0, 0.0 + 0.17, 0.07, -0.15, + 10.0, -100.0, 0.0 } }, pedSettings = {