02.09.2011, 11:18
(
Последний раз редактировалось Jack_Leslie; 02.09.2011 в 11:21.
Причина: Miss type in title
)
So this is my first time using TextDraw and it doesn't seem to be showing on the screen. Here's what I have:
It doesn't show.
pawn Код:
new Text:Classtext[MAX_PLAYERS];
pawn Код:
Classtext[playerid] = TextDrawCreate(2482.577880, -1661.032836,"Grove St. Gangsters");
TextDrawShowForPlayer(playerid,Classtext[playerid]);
TextDrawColor(Classtext[playerid], COLOR_GROVES);