PlayerTextDrawSetPreviewVehCol
From SA-MP Wiki
Description:
Set the color of a vehicle in a player-textdraw model preview (if a vehicle is shown).
(playerid, PlayerText:text, color1, color2)
playerid | The ID of the player whose player-textdraw to change. |
text | The ID of the player's player-textdraw to change. |
color1 | The color to set the vehicle's primary color to. |
color2 | The color to set the vehicle's secondary color to. |
Return Values:
This function does not return any specific values.
Important | The textdraw MUST use the font TEXT_DRAW_FONT_MODEL_PREVIEW and be showing a vehicle in order for this function to have effect. |
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- PlayerTextDrawSetPreviewModel: Set model ID of a 3D player textdraw preview.
- PlayerTextDrawSetPreviewRot: Set rotation of a 3D player textdraw preview.
- PlayerTextDrawFont: Set the font of a player-textdraw.
Related Callbacks
The following callbacks might be useful, as they're related to this function in one way or another.
- OnPlayerClickPlayerTextDraw: Called when a player clicks on a player-textdraw.