[HELP]error01
#1

i have tihs error

Код:
error 001: expected token: ";", but found "-identifier-"
on tihs line

Код:
   regis10 = TextDrawCreate(75.000000, 124.000000, "Balkan Extazy RolePlay");
Reply
#2

Can you show the whole textdraw?
Reply
#3

here u go
Код:
   regis10 = TextDrawCreate(75.000000, 124.000000, "Balkan Extazy RolePlay");
	TextDrawBackgroundColor(regis10, -16776961);
	TextDrawFont(regis10, 1);
	TextDrawLetterSize(regis10, 0.549999, 6.099999);
	TextDrawColor(regis10, 255);
	TextDrawSetOutline(regis10, 1);
	TextDrawSetProportional(regis10, 1);
Reply
#4

Код:
new Text:registration;
^ Add that to the rest of your new Text:blahblahblah

and change your textdraw to this:

Код:
	registration = TextDrawCreate(75.000000, 124.000000, "Balkan Extazy RolePlay");
	TextDrawBackgroundColor(registration, -16776961);
	TextDrawFont(registration, 1);
	TextDrawLetterSize(registration, 0.549999, 6.099999);
	TextDrawColor(registration, 255);
	TextDrawSetOutline(registration, 1);
	TextDrawSetProportional(registration, 1);
No promises - Untested.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)