Tag Mismatch.. Plese help me out.. (TextDraws)
#1

So here is the line errors:

pawn Код:
Textdraw4[i] = TextDrawCreate(86.000000, 428.000000, "");//from here
        TextDrawAlignment(Textdraw4[i], 2);
        TextDrawBackgroundColor(Textdraw4[i], 255);
        TextDrawFont(Textdraw4[i], 2);
        TextDrawLetterSize(Textdraw4[i],0.280000, 1.100000);
        TextDrawColor(Textdraw4[i], -1);
        TextDrawSetOutline(Textdraw4[i], 1);
        TextDrawSetProportional(Textdraw4[i], 1); //till here tag mismatch
+ I went true all the script with BracketFix BETA and it showed that there isn't a problem with } or {
Reply
#2

Tag mismatch = your variable type is invalid.

Show me your variable line where you declare "Textdraw4".
Reply
#3

new Textdraw4[MAX_PLAYERS];
Reply
#4

pawn Код:
new Text:Textdraw4[MAX_PLAYERS];
Reply
#5

Big thanks mate worked as charm
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)