SET_VEHICLE_CUSTOM_SECONDARY_COLOUR
``` p1, p2, p3 are RGB values for color (255,0,0 for Red, ect) ``` **This is the server-side RPC native equivalent of the client native [SET_VEHICLE_CUSTOM_SECONDARY_COLOUR](?\_0x36CED73BFED89754).**
CFX
Signature
lua
SetVehicleCustomSecondaryColour(GetVehiclePedIsIn(PlayerPedId(), false), 0, 0, 0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Vehicle | — | |
| int | — | |
| int | — | |
| int | — |
Usage
lua
SetVehicleCustomSecondaryColour(GetVehiclePedIsIn(PlayerPedId(), false), 0, 0, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
