Adapt our script with ToxicFire
exports('GetAllFires', function()
return AllFires
end)Last updated
While waiting for the update of the Toxic fire script to make our script compatible with his.
Go to the file server/server.lua
Put the following lines at the bottom of the file
exports('GetAllFires', function()
return AllFires
end)Last updated