hello dear ,every body who read this topic
there i have create script for spawn fire for firedept as i say to you
first array positions as
function setfire (commandName,size)
local rpos = {{0,0,3.5},{3,3,3.5},{5,5,3.5}}
for i = 1, 3 do
createFire(myrandomvar,(size))
end
outputChatBox ("fire start in pos "..x.."")
end
addCommandHandler("fire",setfire)
i have look on topics and see a few tips like use math.random() or table , but cant undrestand enough them.
help me for this situation ?