SA-MP Forums Archive
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=657841)



warning 213: tag mismatch - akib - 16.08.2018

I don't know why i am getting tag mismatch on this line :
PHP код:
strmid(SAInfo[said][s_type], "Damage"0126126); 
Full code
PHP код:
if(listitem == 1)
            {
                new 
query[128];
                
format(querysizeof(query), "UPDATE sam SET s_type='Damage' WHERE id='%i'"SAInfo[said][s_id]);
                
mysql_function_query(dbhandlequeryfalse"""");
                
SendClientMessage(playeridCOLOR_GREEN"Changed successfully! [Damage]");
                
strmid(SAInfo[said][s_type], "Damage"0126126);
                
UpdateSAM(said);
                
ShowPlayerDialog(playeridDIALOG_ESAMDIALOG_STYLE_LIST"Editing SAM""Change SAM Type""Select""Close");
            } 



Re: warning 213: tag mismatch - akib - 20.08.2018

Bump