Config = { Animals = { { animalHash = `a_c_cow`, animalCoords = vector4(1580.2, 2169.23, 78.22, 40.94), animalScenario = 'WORLD_COW_GRAZING', animalSettings = { FreezeAnimal = true, Invincible = true, BlockingOfNonTemporaryEvents = true, } }, { animalHash = `a_c_hen`, animalCoords = vector4(1582.36, 2167.7, 78.3, 8.31), animalScenario = 'WORLD_HEN_PECKING', animalSettings = { FreezeAnimal = true, Invincible = true, BlockingOfNonTemporaryEvents = true, } } }, Persons = { { 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 = 'idle_a', animFlag = 1 }, pedProp = { propHash = `prop_cs_tablet`, propBone = 60309, propPlacement = { 0.03, -0.02, -0.03, 0.0, 0.0, 0.0 } }, pedSettings = { FreezePerson = true, 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 = 'idle_a', animFlag = 1 }, pedProp = { propHash = `prop_cs_tablet`, propBone = 60309, propPlacement = { 0.03, -0.02, -0.03, 0.0, 0.0, 0.0 } }, pedSettings = { FreezePerson = true, Invincible = true, BlockingOfNonTemporaryEvents = true } } } }