Sigma Fueling System – the all-in-one solution for vehicle fueling and charging on your server. Whether you’re topping up at a traditional gas pump or plugging into an electric charger, Sigma Fueling System makes the process simple and intuitive. Easily customize the placement of electric charger props and blips, adjust prices and currency to match your server’s economy, and choose your preferred metric system for fuel display.
Key Features
- Live ingame user interface.
- Nozzle and cable usage
- Configuration of blips
- Custom placement of Electric Charger ( prop from cdn-fuel on Github)
- Framework Compatibility: Supports ESX, QB-Core, QBox, and OX frameworks,
- Price, currency and metric system configuration.
- Using target system
- Any car can be added to use electric charger from config
- Escrow: Code is protected with Fivem Escrow System.
- Dependency: Ox target and ox lib
Preview
Future Updates
- Edit Tyre pumps and make it a thing
- Add Jerrycan and Battery booster ( same as jerry but for electric)
- Prop Animation
- Custom Nozzle offset to be able for every car in config
Tebex
Documentation
|
|
Code is accessible |
Partly through config |
Subscription-based |
No |
Lines (approximately) |
3000 |
Requirements |
ox_target ox_lib |
Support |
Yes |
7 Likes
Possible to make fuel types? diesel, petrol etc?
2 Likes
We could make it possible in next updates, what would be difference between them? Only price or what?
consumption, if you put diesel in a gasoline car, it can ruin the car, anyway…
diesel only for trucks, vans, helicopters, anyway, in this logic
gasoline X is cheaper but consumes much faster than gasoline Y which is more expensive and lasts longer
2 Likes
Each gas station has stock, and when the stock runs out, a player needs to transport the gas to the station, sound effects when a player is pumping gas…
These are very cool suggestions.
2 Likes
Will look into that, its not that complex to make.
Support for Lixeiro Charmoso Owned Gas Stations? or is it possible to buy Open Source?
Not for now, we will probably make something like that for our script in one of the updates.
As @podowskitv allready mention.
Diesel for trucks, semi-trucks, tractors, vans, forklifts, all industrial/farming transports.
Petrol for basic cars, moto transport.
Petrol X for example for supercars/rally cars ( as optional fuel for getting extra acceleration )
Ethanol for aircraft / water transport.
If transport gets wrong fuel, it stalls or won’t start for example.
Would be grait if in config server owner can edit transport fuel type, for example for addons etc.
As well, mby u can change hose type for nozzle? rope seems a bit cringe in my opinion.
2 Likes
So, i`ll make diesel class and diesel config per vehicle. Add boost for better petrol. That engine stall, Nozzle hose/rope config, Tyre pump stations, simple jerrycan for now. That will be first big update for the script. After that we will look into player owned stations with price changing, fuel transport etc… We are really glad that we have this feedback from other members of the community thanks!
3 Likes
please if u can do fast its will be nice
and if u can add like this
Config.FuelUsageByRPM = { -- The first value is the RPM, the second value it is how much fuel it will be removed from the tank each second [1.0] = 1.4, [0.9] = 1.2, [0.8] = 1.0, [0.7] = 0.9, [0.6] = 0.8, [0.5] = 0.7, [0.4] = 0.5, [0.3] = 0.4, [0.2] = 0.2, [0.1] = 0.1, [0.0] = 0.0, }