You can use the socket plugin. It's fairly simple in use. Open a listening TCP socket on the SA-MP server. When data is sent from your source (PHP in this case) a callback will be called and you can execute functions of your choice. http://www.php.net/manual/en/function.socket-create.php http://www.php.net/manual/en/functio...et-connect.php |