GetVehicleHornType — FiveM Natives
0xDEA49773 · CFX · server
This is a getter for the client-side native START_VEHICLE_HORN, which allows you to return the horn type of the vehicle. Note: This native only gets the hash value set with START_VEHICLE_HORN. If a wrong hash is passed into START_VEHICLE_HORN, it will return this wrong hash. ``cpp enum eHornTypes { NORMAL = 1330140148, HELDDOWN = -2087385909, AGGRESSIVE = -92810745 } ``
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to check the horn type. |
Returns
Hash