Quote*:***\******\*****\****HLDS.pwn(692) : warning 213: tag mismatch
*:***\******\*****\****HLDS.pwn(693) : warning 213: tag mismatch
*:***\******\*****\****HLDS.pwn(695) : warning 213: tag mismatch
*:***\******\*****\****HLDS.pwn(866) : warning 213: tag mismatch
*:***\******\*****\****HLDS.pwn(904) : warning 213: tag mismatch
Pawn compiler 3.0.3367 Copyright (c) 1997-2005, ITB CompuPhase
5 Warnings.
quote that Gives this Is:
Lines (692 , 693 , 695)
for 3 warnings:
Quoteother Line (866)
else if (strcmp(cmd, "maplist", true) == 0) {
new conty[1024];
new filepathz[256];
format(filepathz,sizeof(filepathz),"/MiniWar/Mapslist.ini");
if(fexist(filepathz)) {
new fileoo;
692 fileoo = fopen(filepathz,io_read);
693 fread(fileoo,conty,1204);
SendClientMessage(playerid,COLOR_YELLOW,conty);
695 fclose(fileoo);
}
return 1;
}
Quote
866 else if(plrteam[playerid][Terrorist] == 0) {SendClientMessage(playerid,COLOR_YELLOW,"Only Terrorist Can Plant BOMB");}
Line (904)
Quote904 else if(plrteam[playerid][Terrorist] == 0) {SendClientMessage(playerid,COLOR_YELLOW,"Only Terrorist Can Plant BOMB");}
I got Really Stucked at these Warnings Please Fix them