Problem two 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: Problem two warning 213: tag mismatch (
/showthread.php?tid=421669)
Problem two warning 213: tag mismatch -
NeyMar96 - 10.03.2013
PHP код:
format(string,sizeof(string),"{%s}• [%s] дегтеъ лрйсд",string,PlayerInfo[playerid][ConnectMessages] < 1? Red : Green,PlayerInfo[playerid][ConnectMessages] < 1? Off : On);
Re: Problem two warning 213: tag mismatch -
MP2 - 10.03.2013
I think the ternary operator has to be enclosed in brackets (parenthesis - not braces!).