Textdraw tag mismatches?
#1

Ok im getting 12 mismatch errors on a textdraw that is perfectly fine.

Код:
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1466) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1467) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1468) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1469) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1470) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1471) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1472) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1473) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1474) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1475) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1477) : warning 213: tag mismatch
C:\Users\Nickolas\Desktop\PWn\Server\gamemodes\bus.pwn(1611) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


12 Warnings.
pawn Код:
mtd[i] = TextDrawCreate(499.000000,77.000000,"$00000000");
        TextDrawUseBox(mtd[i],1);
        TextDrawBoxColor(mtd[i],0x000000ff);
        TextDrawTextSize(mtd[i],729.000000,236.000000);
        TextDrawAlignment(mtd[i],1);
        TextDrawBackgroundColor(mtd[i],0x000000ff);
        TextDrawFont(mtd[i],3);
        TextDrawLetterSize(mtd[i],0.499999,2.000000);
        TextDrawColor(mtd[i],0xffffffff);
        TextDrawSetProportional(mtd[i],1);
        TextDrawSetShadow(advert[i],1);
        TextDrawSetShadow(mtd[i],1);
Reply


Messages In This Thread
Textdraw tag mismatches? - by Rokzlive - 31.03.2011, 03:27
Re: Textdraw tag mismatches? - by -Rebel Son- - 31.03.2011, 03:47
Re: Textdraw tag mismatches? - by Donya - 31.03.2011, 04:01
Re: Textdraw tag mismatches? - by -Rebel Son- - 31.03.2011, 04:42
Re: Textdraw tag mismatches? - by leong124 - 31.03.2011, 04:57
Re: Textdraw tag mismatches? - by Rokzlive - 31.03.2011, 05:09
Re: Textdraw tag mismatches? - by Rokzlive - 31.03.2011, 05:11
Re: Textdraw tag mismatches? - by -Rebel Son- - 31.03.2011, 05:47
Re: Textdraw tag mismatches? - by Vince - 31.03.2011, 09:44
Re: Textdraw tag mismatches? - by iggy1 - 31.03.2011, 09:49

Forum Jump:


Users browsing this thread: 2 Guest(s)