[Tutorial] How to use y_xml. - 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: Tutorials (
https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] How to use y_xml. (
/showthread.php?tid=559078)
How to use y_xml. -
Ahmad45123 - 20.01.2015
----
Re : How to use y_xml. -
streetpeace - 25.01.2015
Nice one!
Re: How to use y_xml. -
Optimus_Sprite - 06.03.2015
Error 1: Expected token: 'printf', but found: 'print'
pawn Код:
print("Key: %s | Value: %s", key, val);
Error 2: Double '
;'
pawn Код:
new XMLEntry:file = XML_AddItem("GROUP", "GROUP ID");; //Creates a new file. (Basically a group, Explained in the bottom of thread.)
Problem 3: Event "ParseFile" not working
Re: How to use y_xml. -
Ahmad45123 - 10.03.2015
Quote:
Originally Posted by Optimus_Sprite
Error 1: Expected token: 'printf', but found: 'print'
pawn Код:
print("Key: %s | Value: %s", key, val);
Error 2: Double ' ;'
pawn Код:
new XMLEntry:file = XML_AddItem("GROUP", "GROUP ID");; //Creates a new file. (Basically a group, Explained in the bottom of thread.)
Problem 3: Event "ParseFile" not working
|
Sorry for late reply... I mean there is no any alert system like XenForo or IP.Board... Sorry :P
However, Thanks for spotting that stuff, I will edit the thread.
And about the Function, Its XML_Parse not ParseFile.
Re: How to use y_xml. -
arlindi - 10.03.2015
Nice but ysi its moree good than this
Re: How to use y_xml. -
Ahmad45123 - 10.03.2015
Quote:
Originally Posted by arlindi
Nice but ysi its moree good than this
|
Ummm... ? Did you even read the thread ?