How could chat logs be kept? Is there a lot of DB Stuff required? Do any of you use that system? Mind sharing it ? :D
Log Chat in a TXT file is better :D
Last edited by alfredao; 19-09-09 at 04:19 AM.
Originally Posted by phoenix_147 How could chat logs be kept? Is there a lot of DB Stuff required? Do any of you use that system? Mind sharing it ? :D Hook the client, send the chat input to the server to a txt file, or hook the server, and log all Chat instances, to a txt file. Just a note: The log files will be huge.