warning 213: tag mismatch
#1

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.
Reply
#2

What line gives the error?
Reply
#3

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)
Reply
#4

Paste what shows up when you compile it and what line is the warning on?
Reply
#5

pawn Код:
new Text3D:Adminlabel[MAX_PLAYERS];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)