01.04.2011, 20:44
Okay so every time I create a text-draw through my own GameMode and I show it when a player connects/spawns the text-draw does not show for some reason... any help?
OnPlayerConnect();
OnGameModeInit();
and YES I did define the Textdraw at the top:
Any ideas?
OnPlayerConnect();
Код:
TextDrawShowForPlayer(playerid, Web);
Код:
Web = TextDrawCreate(495.000000, 10.000000, "www.cod-sr.tk"); TextDrawBackgroundColor(Web, 255); TextDrawFont(Web, 1); TextDrawLetterSize(Web, 0.330000, 1.200000); TextDrawColor(Web, 10040319); TextDrawSetOutline(Web, 0); TextDrawSetProportional(Web, 1); TextDrawSetShadow(Web, 1);
Код:
new Text:Web;