← Previous | Next →
send3DText
Description
Displays a 3D floating text above a ped visible to nearby players for a limited time.
Return
Type | Description |
void | This function does not return a value. |
Parameters
# | Name | Type | Mandatory | Description |
1 | ped | Ped | Yes | The ped above which the 3D text will be displayed. |
2 | color | Color | No | The color of the 3D text (as a table or vector). |
3 | message | Message | No | The string message to display in 3D text. |
4 | radius | Radius | No | Maximum distance from which the text will be visible. |
5 | timer | Timer | No | Duration in milliseconds for which the text will remain visible. |