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=575303)
Warning 213: tag mismatch -
Dominic123 - 25.05.2015
Hello sa-mp.com,can you help me with this warning?
Код:
(10728) : warning 213: tag mismatch
PHP код:
stock abs( Float:value )
{
return ( ( Float:value < 0 ) ? ( Float:value * -1 ) : ( Float:value ) );
}
Re: Warning 213: tag mismatch -
Konstantinos - 25.05.2015
https://sampwiki.blast.hk/wiki/Floatabs