Configuration

Config Edit

PH.Notify = 'ox_lib';

You Can Change it with your notification script. If you want to use the qbcore notification you can type 'qbcore' or you can use 'ox_lib' notification by change it to 'ox_lib'.

PH.UseTarget = false;

If 'true' , you have to edit the target script name

PH.RentalPeds = {
  [1] = {
    activateblip = true,
    blipsprite = 832,  
    model = 'a_m_m_indian_01',
    coords = vector4(433.36, -630.04, 28.72, 84.42),
    spawnvehicle = vector4(421.43, -619.07, 28.15, 181.37)
  }
};

  • Here you can add multiple Peds for Interacting with them to Open the Rental Menu.

  • If You want to add another Ped this is an example.

[1] = {
    activateblip = true,
    model = 'a_m_m_indian_01',
    coords = vector4(433.36, -630.04, 28.72, 84.42),
    spawnvehicle = vector4(421.43, -619.07, 28.15, 181.37)
  },
  [2] = {
    activateblip = true,
    model = 'a_m_m_indian_01',
    coords = vector4(-310.96, -677.46, 32.90, 353.25),
    spawnvehicle = vector4(-313.45, -694.17, 33.06, 95.56)
  },
  • This list is for Rent Period and Discount.

  • The Discount must Be between (0 and 1).For Example (0.25 ==> 25%)

  • You can add many Periods but the value must be in DAYS. For Ex: (label = '3 Weeks', value = 21)


Shared Files

Config File :

QBCore
ESX

Soon...

Vehicles File

Last updated