textdraws
#1

pawn Код:
//Global Textdraws:

new Text:Sunil;

Sunil = TextDrawCreate(616.500000, 2.625000, "welcome");
TextDrawLetterSize(Sunil, 0.449999, 1.600000);
TextDrawAlignment(Sunil, 3);
TextDrawColor(Sunil, -5963521);
TextDrawSetShadow(Sunil, 0);
TextDrawSetOutline(Sunil, -1);
TextDrawBackgroundColor(Sunil, 51);
TextDrawFont(Sunil, 1);
TextDrawSetProportional(Sunil, 1);
Код:
./includes/textdraws.pwn(6) : error 010: invalid function or declaration
Reply


Messages In This Thread
textdraws - by L5651 - 02.06.2016, 18:57
Re: textdraws - by ilijap - 02.06.2016, 19:41
Re: textdraws - by L5651 - 03.06.2016, 12:03
Re: textdraws - by L5651 - 04.06.2016, 09:25
Re: textdraws - by Luicy. - 04.06.2016, 09:30

Forum Jump:


Users browsing this thread: 1 Guest(s)