2025-04-07 01:41:12 +00:00

18 lines
466 B
Lua

return {
useTarget = false,
debugPoly = false,
peds = {
{ -- Cityhall Ped
model = 'a_m_m_hasjew_01',
coords = vec4(-262.79, -964.18, 30.22, 181.71),
scenario = 'WORLD_HUMAN_STAND_MOBILE',
cityhall = true,
zoneOptions = { -- Used for when UseTarget is false
length = 3.0,
width = 3.0,
debugPoly = false,
},
},
},
}