AttackerGrind = {
{1581.13123, -1549.64539, 13.57280, 0, 230, 0, 0, 4,1},
}
addEvent("gang:niesmiertelnych", true)
addEventHandler("gang:niesmiertelnych", getRootElement(), function()
local peds = getElementsByType ( "ped" )
for i,v in ipairs(peds) do
v= #AttackerGrind[]
exports["slothbot"]:spawnBot([v][1], [v][2], [v][3], [v][4], [v][5], [v][6], [v][7], nil, [v][8], "guarding")
end
end)