23.12.2013, 19:55
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?
All of this codes gets warning 213: tag mismatch when I finish compling my GameMode.
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]);