Hello guys
i have a question about the xml system.
if you update group, you need to send a xml with it.
the packet is like this
but i dont know how to make the the XML ?
in the code its just this
and later it calls the attributes like this
I hope anyone can help me, maybe something is wrong with the packet
Regards Sese
i have a question about the xml system.
if you update group, you need to send a xml with it.
the packet is like this
Code:
"0|ps|upd|" + User.Value.userID + "|" + XML)
in the code its just this
Code:
var _loc3_:XML = new XML(param1[4]);
Code:
if(param2.@hp.length())
{
_loc3_.hitPointsCurrent = int(param2.@hp);
}
Regards Sese