DrawText
From Onset Developer Wiki
Description
Draws a text on the player screen.
Syntax
DrawText(x, y, text)
Parameters
- x
The X axis on the screen. - y
The Y axis on the screen. - text
The text you want to draw on the client screen.
Return Value
- __EDIT_ME__
Example
__EDIT_ME__