Tag Mismatch
#1

Hello,
i have a little problem

Iam creating a Cell-Phone system for a Server, But i have a little problem with the textdraws:

i have 8 Textdraws, This is one of them:

Код:
	Phone_Textdraws[3] = TextDrawCreate(427.000000, 399.000000, "1  2  3");
	TextDrawBackgroundColor(Phone_Textdraws[3], 255);
	TextDrawFont(Phone_Textdraws[3], 1);
	TextDrawLetterSize(Phone_Textdraws[3], 0.400000, 1.000000);
	TextDrawColor(Phone_Textdraws[3], -1);
	TextDrawSetOutline(Phone_Textdraws[3], 1);
	TextDrawSetProportional(Phone_Textdraws[3], 1);
But its says on everytextdraw at every line: Text Mismatch, Does anyone see the problem ?

Greetings,
Gforcez



PS: Sorry for bad english, Iam dutch
Reply
#2

Have you created the textdraws as:

pawn Код:
new Text:Phone_Textdraws[amount];
Because Textdraws use one of these variable identifying things (As I call em)
Reply
#3

Quote:
Originally Posted by Hiddos
Посмотреть сообщение
Have you created the textdraws as:

pawn Код:
new Text:Phone_Textdraws[amount];
Because Textdraws use one of these variable identifying things (As I call em)
Thanks!!!! i forgot the Text: part xD

Silly me :S
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)