DaveyBoy 0 Posted October 9, 2007 Is the XML code for placing arma patches on your squad members remain the same as what was used for OFP? This is a sample of what I use currently in my suqad XML file : <squad nick=""> <name></name> <email></email> <web></web> <picture>picture.paa</picture> <title></title> <!-- End of squad properties  --> <member id="" nick=""> <name>h</name> <email></email> <icq></icq> <remark></remark> So what else would I need to add to this code to enable arm patches? And does the picture.paa need to be resized? Anything else I need to add? thanks Dave Share this post Link to post Share on other sites
Junker 0 Posted October 9, 2007 this is what i use. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><squad nick=""> <name></name> <email></email> <web></web> <picture></picture> <title></title> <member id="" nick=""> <name></name> <email></email> <icq></icq> <remark></remark> </member> </squad> also make sure the picture is 256x256 or lower, else it gets abit screwy Share this post Link to post Share on other sites
celery 8 Posted October 9, 2007 Please don't use images bigger than 128x128, otherwise games get laggy when you connect and everyone has to download a huge piece of data nobody looks at. Share this post Link to post Share on other sites
DaveyBoy 0 Posted October 9, 2007 And the arm patches are visable for SES guys? if so I must test more. Thanks Junker Share this post Link to post Share on other sites
Junker 0 Posted October 10, 2007 And the arm patches are visable for SES guys? if so I must test more. Thanks Junker yes they do Share this post Link to post Share on other sites