Skip to content

Commit

Permalink
Update SetVehicleNumberPlateTextIndex.md (#1120)
Browse files Browse the repository at this point in the history
* Update SetVehicleNumberPlateTextIndex.md

New plate indexes

* Update SetVehicleNumberPlateTextIndex.md

Correct documentation by taking it out of code blocks and providing a markdown table for it.

---------

Co-authored-by: ammonia-cfx <[email protected]>
  • Loading branch information
ModoSN and 4mmonium authored Jun 24, 2024
1 parent 26def1b commit ada4c42
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions VEHICLE/SetVehicleNumberPlateTextIndex.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@ ns: VEHICLE
void SET_VEHICLE_NUMBER_PLATE_TEXT_INDEX(Vehicle vehicle, int plateIndex);
```
```
Plates:
Blue/White - 0
Yellow/black - 1
Yellow/Blue - 2
Blue/White2 - 3
Blue/White3 - 4
Yankton - 5
```
### Plate Styles
| Index | Description |
|-------|-------------------------|
| 0 | Blue on White1 |
| 1 | Yellow on Black |
| 2 | Yellow on Blue |
| 3 | Blue on White2 |
| 4 | Blue on White "SA EXEMPT" |
| 5 | North Yankton |
| 6 | eCola |
| 7 | Las Venturas |
| 8 | Liberty City |
| 9 | LS Car Meet |
| 10 | LS Panic |
| 11 | LS Pounders |
| 12 | Sprunk |
## Parameters
* **vehicle**:
* **plateIndex**:
* **vehicle**: The vehicle handle.
* **plateIndex**: The style to use for the plate, see plate styles.

0 comments on commit ada4c42

Please sign in to comment.