Hi all.
I interested, how to intagred PHP daemon in game?
I now, how to connect to server and send commands, but now to listen game messages?
How to make a bot to listen to game events while all round?
Thanks in advance.
Hi all.
I interested, how to intagred PHP daemon in game?
I now, how to connect to server and send commands, but now to listen game messages?
How to make a bot to listen to game events while all round?
Thanks in advance.
The gameserver writes most of its actions to a logfile immediately. Just need to check for new loglines in the gameservers logfile.
Its really easy:
My bad english -_-
I want ask, how to make bot listening game actions, without manu daemon.
I simple need save players ip, PID, GUID and chat msgs in some file or database, it all.
I decide to write own daemon, based on your rcon class. Now i can send commands, but i cant view game actions, bot connecting, send cmd and close connection, but i need to proceed game actions.
I search all classes, but did not found needed code
PS: For me was the discovery that i can send commands to game server via a socket