SA-MP Forums Archive
choosing an XML loader. - 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: choosing an XML loader. (/showthread.php?tid=487199)



choosing an XML loader. - newbienoob - 12.01.2014

I'm looking for an xml loader to load an mta map. But I don't know what should I use.
y_xml? It doesn't work. I've tried to follow this and this. But it didn't load any objects. I tried to debug it by printing something under the custom callback, it didn't get printed.
Also, I heard it doesn't support self closing tags (http://forum.sa-mp.com/showpost.php?...&postcount=296)

zeex's xml loader? It takes 1 minute to load a large .map file. (Old version)
Skyline's XML reader? Download link doesn't work.
steki's xml plugin? Didn't try it yet.
EDIT: steki's plugin gives me error;
The procedure entry point GetTickCount64 could not be located in the dynamic link library KERNEL32.dll.


AW: choosing an XML loader. - NaS - 16.01.2014

I'm also interested in an XML Loader, need it for the same thing (Load MTA files). I got it to work using strfind + strdel but it's pretty ugly coded.
If there is a relatively fast XML Loader for SAMP it would be way easier.