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
#2

what is on line 6
Reply
#3

Quote:
Originally Posted by ilijap
Посмотреть сообщение
what is on line 6
Oh, forgot that

Код:
Sunil = TextDrawCreate(616.500000, 2.625000, "welcome");
Reply
#4

bump
Reply
#5

You placed it on the wrong public, place it at OnGameModeInit
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)