19.08.2017, 04:29
If you want it to disappear after spawning, you will use this for example.
This is under OnGameModeInit:
Then this under OnPlayerSpawn:
Then it'll be hidden after player spawn, +rep if i helped you.
Ultraz.
This is under OnGameModeInit:
Code:
TDGame[5] = TextDrawCreate(3.200013, 282.986724, "~w~your:~p~ text~w~~n~draw: here~n~for~n~example"); //Your textdraw here.
Code:
TextDrawHideForPlayer(playerid,TDGame[5]); //TDGame[5] is the name i choosed, it's just for example.
Ultraz.