SA-MP Forums Archive
[Ajuda] warnigs - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] warnigs (/showthread.php?tid=462393)



warnigs - VeNuZ_ - 06.09.2013

PHP код:
if(!strlen(inputtext) >= 16
Код:
warning 213: tag mismatch



Re: warnigs - Coe1 - 06.09.2013

pawn Код:
if(strlen(inputtext) >= 16)



Re: warnigs - VeNuZ_ - 06.09.2013

Obrigado.