Fastest way to communicate between app and server - 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: Fastest way to communicate between app and server (
/showthread.php?tid=631996)
Fastest way to communicate between app and server -
PeanutButter - 07.04.2017
What is the fastest way to send information from the server to an app and vice versa.
For example, I want to make a PHP app that shows the HP of a certain player in the server.
Re: Fastest way to communicate between app and server -
CJ101 - 08.04.2017
I would use the
socket plugin.