31.03.2011, 03:27
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);