SA-MP Forums Archive
Doubt with external writing - 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: Doubt with external writing (/showthread.php?tid=661168)



Doubt with external writing - Tirael - 24.11.2018

My idea is to make a log with bugs but external to the machine and I would like to know if there is any function for it.

I was seeing the function of the include a_http.inc:

HTTP(index, type, url[], data[], callback[]);

But I do not give with the solution.

I want to upload a .txt file to an external host with the bugs reported but I do not know how.

Someone help me ?.

+Rep.


Re: Doubt with external writing - Tirael - 25.11.2018

Quote:
Originally Posted by ******
Посмотреть сообщение
The `HTTP` command only does `GET`s. To upload data you would need `POST`. Check out Southclaw's requests plugin.
So how can I do the exposed?.