What The Problem With This Textdraw?
#5

pawn Код:
public OnGameModeInit
{
      new str[128];

format(str,128,"Red Team - %d", ASc); ASc = TextDrawCreate(16.000000, 260.000000,str);
TextDrawFont(ASc, 3);
TextDrawLetterSize(ASc, 0.3, 3.5);
TextDrawColor(ASc, 0xff0000FF);
TextDrawSetOutline(ASc, false);
TextDrawSetProportional(ASc, true);
TextDrawSetShadow(ASc, 1);

format(str,128,"Blue Team - %d", BSc); BSc = TextDrawCreate(16.000000, 290.000000,str);
TextDrawFont(BSc, 3);
TextDrawLetterSize(BSc, 0.3, 3.5);
TextDrawColor(BSc, 0x00d9ffFF);
TextDrawSetOutline(BSc, false);
TextDrawSetProportional(BSc, true);
TextDrawSetShadow(BSc, 1);

return 1;
}
Reply


Messages In This Thread
What The Problem With This Textdraw? - by kesem140599 - 07.10.2012, 08:09
Re: What The Problem With This Textdraw? - by xplor09edy - 07.10.2012, 08:14
Re: What The Problem With This Textdraw? - by kesem140599 - 07.10.2012, 08:33
Re: What The Problem With This Textdraw? - by kesem140599 - 07.10.2012, 10:14
Re: What The Problem With This Textdraw? - by M3mPHi$_S3 - 07.10.2012, 10:16
Re: What The Problem With This Textdraw? - by kesem140599 - 07.10.2012, 10:20

Forum Jump:


Users browsing this thread: 1 Guest(s)