23.03.2011, 17:48
Well, i have a problem creating textdraws.
I did the following:
At the top of my script:
and in 'OnGamemodeInit':
Hope someone can help me. Thanks.
I did the following:
At the top of my script:
pawn Код:
new Text:Textdraw0;
pawn Код:
Textdraw0 = TextDrawCreate(493.000000, 102.000000, "VoresSide.com");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.500000, 1.000000);
TextDrawColor(Textdraw0, -1);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);