mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 23:01:36 +00:00
+2
-1
@@ -327,9 +327,10 @@ function OpenMobileTaxiActionsMenu()
|
||||
if ESX.PlayerData.job ~= nil and ESX.PlayerData.job.name == 'taxi' then
|
||||
|
||||
local playerPed = PlayerPedId()
|
||||
local vehicle = GetVehiclePedIsIn(playerPed, false)
|
||||
|
||||
if IsPedInAnyVehicle(playerPed, false) and GetPedInVehicleSeat(vehicle, -1) == playerPed then
|
||||
|
||||
local vehicle = GetVehiclePedIsIn(playerPed, false)
|
||||
if ESX.PlayerData.job.grade >= 3 then
|
||||
StartTaxiJob()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user