Shows 'game text' (on-screen text) for a certain length of time for this player.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public void GameText(
string text,
int time,
int style
)
Parameters
- text
- Type: SystemString
The text to be displayed. - time
- Type: SystemInt32
The duration of the text being shown in milliseconds. - style
- Type: SystemInt32
The style of text to be displayed.
See Also