28.04.2009, 21:06
Remove the "TextDrawShowForPlayer(playerid,Wasted);" and try changing the order:
pawn Код:
new Text:Wasted;
Wasted = TextDrawCreate(200.0,250.0,"~r~Wasted");
TextDrawColor(Wasted,COLOR_RED);
TextDrawLetterSize(Wasted,1,3);
TextDrawSetOutline(Wasted,1);
TextDrawSetShadow(Wasted,0);
TextDrawFont(Wasted,3);
TimeTextForPlayer(playerid,Wasted,3000); // 3 seconds