Adapt our script with ToxicFire
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 modified 1yr ago