04.01.2015, 08:50
You need to make the script show the player your textdraw with the code I provided for you.
if you have done that, it is because you used "-" for the message you want the Textdraw to show.
[EDIT]: If you want to show it when they spawn. Place the code under Public OnPlayerSpawn(playerid);
Код:
TextDrawShowForPlayer(playerid, Textdraw0);
[EDIT]: If you want to show it when they spawn. Place the code under Public OnPlayerSpawn(playerid);
