warning 213: tag mismatch - 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: warning 213: tag mismatch (
/showthread.php?tid=483002)
warning 213: tag mismatch -
SplinteX - 23.12.2013
Hello!
While compiling my GM i get those warnings and I want to fix them but I dont know whats wrong and I dont know how to fix it,someone fix them please?
Код:
KD = floatdiv(pInfo[playerid][Kills], pInfo[playerid][Deaths]);
Код:
if(pInfo[targetid][USER_LOGGED_IN] == 0)return SendClientMessage(playerid, COLOR_RED, "[ERROR]{FFFFFF} Player has not logged in");
Код:
new Float:x, Float:y, Float:z, interior = GetPlayerInterior(targetid), vworld = GetPlayerVirtualWorld(targetid);
Код:
Adminlabel[playerid] = Create3DTextLabel("Admin On Duty!", COLOR_ADMIN,x,y,z, 40.0, 0, 0);
Код:
Attach3DTextLabelToPlayer(Adminlabel[playerid], playerid, 0.0, 0.0, 0.7);
Код:
Delete3DTextLabel(Adminlabel[playerid]);
Код:
Delete3DTextLabel(Adminlabel[playerid]);
All of this codes gets warning 213: tag mismatch when I finish compling my GameMode.
Re: warning 213: tag mismatch -
J4mmyHD - 23.12.2013
What line gives the error?
Re: warning 213: tag mismatch -
SplinteX - 23.12.2013
Quote:
Originally Posted by J4mmyHD
What line gives the error?
|
No errors,but I want to fix it ,I want to have my GM while compiling clear (0 warnings and 0 errors)
Re: warning 213: tag mismatch -
J4mmyHD - 23.12.2013
Paste what shows up when you compile it and what line is the warning on?
Re: warning 213: tag mismatch -
Jefff - 23.12.2013
pawn Код:
new Text3D:Adminlabel[MAX_PLAYERS];