FiveM Advanced AI Transport System: AI Taxi, AI Bus, AI Train, AI Plane ✈️ [STANDALONE] [QBCore] [ESX] [NEW] [LIMITED-DISCOUNT]

Are there plans to implement some indication for the player about where the routes are going?
For example triggering waypoints when boarding the bus to know the route the bus is using.

1 Like

Really liking this <3 I want to add the path between bus stops in unique color for each bus route like the tram route map in the stations.

1 Like

Very nice!

1 Like

Hey @PixelPril​:waving_hand:Yesss that feature is indeed coming! You’ll be able to adjust the train speed in the upcoming update^^

1 Like

Thank you for all your amazing feedbacks and suggestions :fire: I’ll make sure this feature comes soon @ERR_R … adding a waypoint or route indicator when boarding the bus would make the whole system way clearer for players. Great suggestion :raised_hands:

Thank you for you amazing feedback :heart: really cool idea** giving each bus route its own color on the path would make the whole system super good looking. I’ll make sure we look into adding that! :bulb::fire:

1 Like

I love the taxi wave system but I would like to have it as an app in lbphone can you add that??

1 Like

Thank you so much @Zherker88! :raised_hands:
Yeah, you can absolutely turn it into an LB Phone app. The system already gives you everything you need — just call one of these from the app button:

  • Client Event: taxi:wave
  • Export: waveTaxi
  • Command: /wavetaxi

Or if you want the ordering version:

  • Client Event: taxi:order
  • Export: orderTaxi
  • Command: /taxi

Super easy to use in any other system or phone script ^^

1 Like

Nice!! pay can be linked too?

2 Likes

Yes its editable u can use any banking system u want, and if u need help with any of it u can hitme up anytime ^^

1 Like

Using this for a long time do we get discount for v2? @ENYO69

2 Likes

Any News about an Update? Like to customize train speed or a schedule system. Can’t see changelogs for long time. I like the script :fire:

Its FREE update from your assets ^^ you can update use v2.0 now… Enioy ^^

1 Like

any chance of adding plane trip for custom map airports? we run roxwood on our server and would love to have a plane route for it

1 Like

Is this real :face_with_peeking_eye: if so lemme know I need this asap​:fire:

1 Like

Yess :fire: and you’re gonna love it ^^ we just dropped a big update with a lot of new things, ticket systems for bus and train and planes, boat transport, and smart taxis with even more realistic behavior, check out the latest video here ^^ enjoy and hit us up if u need anything ^^

hey! yess absolutely, the plane routes are fully configurable so you can add any airport you want, just add a new entry in Config.PlaneRoutes in the config file like this

{
    Name = "LS International to Any Other Airport",
    id = "R101",
    start = {
        runwayStart = vector3(...), -- your runway start coords
        runwayEnd = vector3(...),   -- your runway end coords
    },
    waypoints = {},
    finish = {
        runwayStart = vector3(...), -- LSIA or wherever u want it to land
        runwayEnd = vector3(...),
    },
    planeModel = "shamal",
    Price = 1000,
},

just grab the coords of your runway and drop them in, thats it ^^ hit me up if u need help finding the right coords or setting it up! ^^

Thanks you’re the goat :goat: :fire:

1 Like

really enjoy this only suggestion is adding a sit option for metro instead of only standing can it be done plz?

1 Like

Thank you for your amazing feedbacks :heart: glad u liking it! good news u can already sit in metros, added that in the v2.0 update (its free btw just grab it). also added buying tickets from machine ui at stations, and a metro worker npc that kicks ppl without tickets, plus speed control config for the metro too. Enjoy ^^