PlayerSetChatBubble Method |
Creates a chat bubble above this player's name tag.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic void SetChatBubble(
string text,
Color color,
float drawDistance,
int expireTime
)
Parameters
- text
- Type: SystemString
The text to display. - color
- Type: SampSharp.Entities.SAMPColor
The text color. - drawDistance
- Type: SystemSingle
The distance from where players are able to see the chat bubble. - expireTime
- Type: SystemInt32
The time in milliseconds the bubble should be displayed for.
See Also