Configuration

Config Edit

  • framework using , qb or esx

PH.Framework = 'qb'

  • Target System qb-target / ox_target / bt-target

PH.TargetSystem = 'qb-target'

  • Driving Style Respect traffic > 786603

    Rushed (runs red Lights, aggressive > 786468

PH.DrivingStyle = 786468

  • More Details

PH.PhoneBoxModel = `prop_phonebox_01a`
PH.TaxiVehicleModel = `taxi`
PH.TaxiDriverModel = `s_m_m_gentransport`
PH.TaxiSpeed = 80.0  -- speed taxi
  • Billing system

    PH.TaxiMeter = {
        BasePrice = 10,  -- Price Start by default
        PricePerMile = 100,  -- Price per mile 
    }

  • Phones Coords

Last updated