thers / FRFuel

Basic fuel system for FiveM
https://forum.fivem.net/t/release-frfuel-v1-1-0/5467
MIT License
71 stars 30 forks source link

Move gas stations locations to JSON config #24

Closed thers closed 6 years ago

thers commented 6 years ago

As in, now they all are hard-coded into source code. JSON was chosen as we have gas stations and they have refuel locations in it, so kinda nested structure and we can't support it nicely with our current ini-like config thing.

P.S.: This is just to make it clear we're working on it as we dicussed it with @TomGrobbe privately later.