overextended / ox_fuel

Simplistic fuel resource meant for use with ox_inventory
https://overextended.dev/ox_fuel
GNU General Public License v3.0
59 stars 79 forks source link

(Fix)Error fueling entity without fuel can qtarget #48

Closed Senlar closed 1 year ago

Senlar commented 1 year ago

When attempting to fuel entity using qtarget without a fuel can already equipped, error occurs. This replaces it with a message telling player they are not holding fuel can.

Translations were not completed but the new lines were added to all locales.

N-fire commented 1 year ago

Player shouldn't have the option without a can How did you manage to get the option ?

BerkieBb commented 1 year ago

If you check canInteract, it only returns true if fuelingCan is not nil or false

Senlar commented 1 year ago

This is not an issue, it was caused by another resource.