SA-MP Forums Archive
SAMPHP WebSockets - 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: SAMPHP WebSockets (/showthread.php?tid=555065)



SAMPHP WebSockets - DRIFT_HUNTER - 06.01.2015

Im trying to make a web chat using WebSockets, but every try for now failed.

The broblem is that every websockets server uses infinite loop to keep script running and always reapeat itself.
So anyone can help with how it can be done?


Re: SAMPHP WebSockets - Djole1337 - 06.01.2015

1 question; why PHP?


Re: SAMPHP WebSockets - DRIFT_HUNTER - 06.01.2015

Never mind, fixed it old fashion way (timer)