VehicleChangeColor Method |
Change this vehicle's primary and secondary colors.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public void ChangeColor(
int color1,
int color2
)
Parameters
- color1
- Type: SystemInt32
The new vehicle's primary Color ID. - color2
- Type: SystemInt32
The new vehicle's secondary Color ID.
See Also