SA-MP Forums Archive
Help with tag dismissed - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with tag dismissed (/showthread.php?tid=349340)



Help with tag dismissed - Stefand - 08.06.2012

Hey,

Can someone remove these warnings?

pawn Код:
C:\Users\Stefan Dorst\Desktop\Volcom Rp\gamemodes\SRP.pwn(9909) : warning 213: tag mismatch
C:\Users\Stefan Dorst\Desktop\Volcom Rp\gamemodes\SRP.pwn(9910) : warning 213: tag mismatch
C:\Users\Stefan Dorst\Desktop\Volcom Rp\gamemodes\SRP.pwn(9911) : warning 213: tag mismatch
C:\Users\Stefan Dorst\Desktop\Volcom Rp\gamemodes\SRP.pwn(9912) : warning 213: tag mismatch
C:\Users\Stefan Dorst\Desktop\Volcom Rp\gamemodes\SRP.pwn(9913) : warning 213: tag mismatch
C:\Users\Stefan Dorst\Desktop\Volcom Rp\gamemodes\SRP.pwn(9914) : warning 213: tag mismatch
C:\Users\Stefan Dorst\Desktop\Volcom Rp\gamemodes\SRP.pwn(9915) : warning 213: tag mismatch
C:\Users\Stefan Dorst\Desktop\Volcom Rp\gamemodes\SRP.pwn(9916) : warning 213: tag mismatch
C:\Users\Stefan Dorst\Desktop\Volcom Rp\gamemodes\SRP.pwn(10318) : warning 213: tag mismatch
C:\Users\Stefan Dorst\Desktop\Volcom Rp\gamemodes\SRP.pwn(10319) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


10 Warnings.
Line 9909 to 9916
pawn Код:
Textdraw51[playerid] = TextDrawCreate(608.000000, 98.000000, ""); // bank money
    TextDrawAlignment(Textdraw51[playerid], 3);
    TextDrawBackgroundColor(Textdraw51[playerid], 255);
    TextDrawFont(Textdraw51[playerid], 3);
    TextDrawLetterSize(Textdraw51[playerid], 0.650000, 2.199999);
    TextDrawColor(Textdraw51[playerid], 43775);
    TextDrawSetOutline(Textdraw51[playerid], 1);
    TextDrawSetProportional(Textdraw51[playerid], 1);
Line 10318 and 10319
pawn Код:
TextDrawSetString(Textdraw51[playerid], string2);
    TextDrawShowForPlayer(playerid, Textdraw51[playerid]);



Re: Help with tag dismissed - Jefff - 08.06.2012

pawn Код:
new Text:Textdraw51[MAX_PLAYERS];