BaseVehicleChangeColor Method |
Change this
BaseVehicle's primary and secondary colors.
Namespace:
SampSharp.GameMode.World
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public virtual 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