02.08.2011, 22:28
Yeah sorry .. This also goes under OnGameModeInit.
pawn Код:
TextRandom = TextDrawCreate(150.000000, 1.000000,"Sum text.");
TextDrawAlignment(TextRandom,0);
TextDrawBackgroundColor(TextRandom,0x000000ff);
TextDrawFont(TextRandom,2);
TextDrawLetterSize(TextRandom,0.199999,0.899999);
TextDrawColor(TextRandom,0xffffffff);
TextDrawSetOutline(TextRandom,1);
TextDrawSetProportional(TextRandom,1);
TextDrawSetShadow(TextRandom,1);