19.04.2011, 15:32
Try to add some print functions on your OnPlayerConnect callback and see which part of it crashes the server.
If you reads a file there using fopen, then it can crash the server if the file doesn't exists.
If you reads a file there using fopen, then it can crash the server if the file doesn't exists.

