Like topic says
I wanna know if there is (in amxx) any function that will read some lines from web?
i want to make somethink like...
new URL = "http://my-page.com/index.php?xml=1";
new XML = simplexml_load_file(URL,'SimpleXMLElement',LI BXML_NOCDATA);
register_clcmd("say /asd", public)
and
public public(id)
{
client_print(id,print_chat, "%s", XML->Name)
}
Is there any function to read xml in amxx?
please help