31.03.2010, 22:02
Hi guys
It seems the problem with OnPlayerConnect was only on my side, it's not a script issue. If you'd like the log messages, un-comment the lines I commented, so that will be removing the "/*" on lines 90 and 103, and the "*/" on lines 93 and 112. That will re-enable connect and disconnect logging.
Also, if you want to disable printing every line that gets logged to the server's window, comment out line 476 so it looks like
It seems the problem with OnPlayerConnect was only on my side, it's not a script issue. If you'd like the log messages, un-comment the lines I commented, so that will be removing the "/*" on lines 90 and 103, and the "*/" on lines 93 and 112. That will re-enable connect and disconnect logging.
Also, if you want to disable printing every line that gets logged to the server's window, comment out line 476 so it looks like
pawn Код:
//printf(logstring);