You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local fuelLevel = exports.frfuel:getCurrentFuelLevel()
exports.frfuel:addFuel(42.5)
exports.frfuel:setFuel(65)
i get an error no such export
I wonder if it's related to the name of the resource where you're trying to grab the export from... Is the FRFuel resource named frfuel in resources? I know the getCurrentFuelLevel() export works for me.
when i trying to do
i get an error no such export
The text was updated successfully, but these errors were encountered: