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=627248)
warning 213: tag mismatch -
Slawiii - 25.01.2017
i am using cTime include/plugin;
Код:
native localtime(Time: tTime, tm <tmPtr>);
my code:
PHP код:
new tm <tmParam>;
new udate;
udate = cache_get_row_int(0, 2);
localtime(udate, tmParam);// warning here
Re: warning 213: tag mismatch -
Slawiii - 25.01.2017
Sloved!
PHP код:
native localtime(tTime, tm <tmPtr>); // edited