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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public 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