# Configuration

* <mark style="color:blue;">**framework using ,  qb or esx**</mark>

```lua
PH.Framework = 'qb'
```

* <mark style="color:blue;">**Target System   qb-target / ox\_target / bt-target**</mark>

```lua
PH.TargetSystem = 'qb-target'
```

* <mark style="color:blue;">**Driving Style**</mark> \ <mark style="color:blue;">**Respect traffic**</mark>**&#x20;>&#x20;**<mark style="color:yellow;">**786603**</mark>

  <mark style="color:blue;">**Rushed (runs red Lights, aggressive**</mark>**&#x20;>&#x20;**<mark style="color:yellow;">**786468**</mark>

```lua
PH.DrivingStyle = 786468
```

* <mark style="color:blue;">**More Details**</mark>

```lua
PH.PhoneBoxModel = `prop_phonebox_01a`
PH.TaxiVehicleModel = `taxi`
PH.TaxiDriverModel = `s_m_m_gentransport`
PH.TaxiSpeed = 80.0  -- speed taxi
```

* <mark style="color:blue;">**Billing system**</mark><br>

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

* <mark style="color:blue;">**Phones Coords**</mark><br>

  ```lua
  PH.PhoneBoxLocations = {
      vector4(85.78, -1303.7, 29.29, 298.77),
      vector4(-196.6, -871.57, 29.22, 55.27),
      vector4(392.16, -1018.2, 29.42, 94.03),
      vector4(-597.56, -357.59, 35.07, 0.0),
      vector4(-528.98, -266.81, 35.41, 22.63),
      vector4(10.02, -1657.45, 29.31, 141.18),
      vector4(-1171.74, -1470.13, 4.38, 128.42),
      vector4(-2121.96, -347.84, 13.13, 339.94),
      vector4(336.21, -250.81, 53.88, 341.07),
      vector4(-1038.45, -2729.89, 20.17, 151.51),
      vector4(-799.71, -2001.35, 9.34, 234.09),
      vector4(-1172.13, -860.76, 14.07, 180.9),
      vector4(788.66, -2131.51, 29.33, 267.35),
      vector4(795.31, -1019.31, 26.1, 270.76),
      vector4(-3135.87, 1055.31, 20.20, 80.42),
      vector4(1161.31, 2690.54, 37.90, 0.51),
      vector4(2025.41, 3769.59, 32.18, 66.36),
      vector4(1393.99, 3589.35, 34.92, 25.26),
      vector4(206.93, 6575.75, 31.84, 9.24),
      vector4(-322.21, 6068.05, 31.33, 49.14),
      vector4(-2558.25, 2318.55, 33.18, 187.53),
      vector4(2562.79, 389.25, 108.62, 90.9)
  }
  ```
