[Release] [vRP] vrp_uberEats

I no longer offer support for this script, it’s old code and there’s a lot of better stuff than this out there

This requires Dunko`s VRP v6.7.

A UBER Eats job where you pick food from a fast food/restaurant and deliver it to a location on the map. (it may not be wow, but anyway)

To add it to your server, move it to your resources folder then add ‘ensure vrp_uberEats’ in your server.cfg. Make sure you make a group with the name “UBER Eats”.

Download from here.

Github: https://github.com/George-Adam/vrp_uberEats

To cancel the mission from the phone, go into vrp/modules/mission.lua and at line 95 replace the menu builder with:

vRP.registerMenuBuilder("main", function(add, data)
  local player = data.player
  local user_id = vRP.getUserId(player)
  if user_id ~= nil then
    local choices = {}

    -- build admin menu
    choices[lang.mission.cancel.title()] = {function(player,choice)
      vRP.stopMission(player)
      TriggerClientEvent('stopDeliveryMission', source)
    end}

    add(choices)
  end
end)

Screenshots:



Screenshot_3

If you have any questions or issues, reply to this post and I’ll answer ASAP.

1 Like

cooolooll

Thanks!

1 Like