06.03.2009, 06:52
First create the textdraw, you can use callback OnGameModeInit() to create it.
Then you can just use TextDrawShowForPlayer(playerid, Text:text) to show the textdraw and TextDrawHideForPlayer(playerid, Text:text) to hide it.
Here's a big thread about textdraws, read this.
Then you can just use TextDrawShowForPlayer(playerid, Text:text) to show the textdraw and TextDrawHideForPlayer(playerid, Text:text) to hide it.
Here's a big thread about textdraws, read this.

