SA-MP Forums Archive
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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Tag mismatch (/showthread.php?tid=211589)



Tag mismatch - Pooh7 - 15.01.2011

pawn Код:
Kuce[i][UlazX] = dini_Float(Fajl, "Ulaz X");
            Kuce[i][UlazY] = dini_Float(Fajl, "Ulaz Y");
            Kuce[i][UlazZ] = dini_Float(Fajl, "Ulaz Z");
            Kuce[i][UlazA] = dini_Float(Fajl, "Ulaz A");
            Kuce[i][IzlazX] = dini_Float(Fajl, "Izlaz X");
            Kuce[i][IzlazY] = dini_Float(Fajl, "Izlaz Y");
            Kuce[i][IzlazZ] = dini_Float(Fajl, "Izlaz Z");
            Kuce[i][IzlazA] = dini_Float(Fajl, "Izlaz A");
I get warning 213 "TAG MISMATCH". What is wrong here?


Re: Tag mismatch - Kase - 15.01.2011

Did you use the tag "Float:" before creating the array?


Re: Tag mismatch - Pooh7 - 15.01.2011

Ah... I forgot it


Re: Tag mismatch - Kase - 15.01.2011

Hehe, I thought it

Good luck with your script!