function burn(commandName, size)
if tonumber(60) then
local x, y, z = getElementPosition(getLocalPlayer())
createFire(x+2, y, z, tonumber(60))
else
outputChatBox("Uzyj: /pozar <rozmiar>")
end
end
addEvent("pozar", true)
addCommandHandler("pozar", burn)