17.03.2016, 20:22
You should always have crashdetect plugin installed because it will help you with server crashes and run time errors.
It seems to me that the problem is the Log function itself and to be more specific, it tries to write to a file with invalid handle. The wiki shows how to check if the file handle is valid to avoid server crashes. The same applies for the all the file functions that require a handle parameter.
EDIT: This line doesn't make sense in the loop.
It seems to me that the problem is the Log function itself and to be more specific, it tries to write to a file with invalid handle. The wiki shows how to check if the file handle is valid to avoid server crashes. The same applies for the all the file functions that require a handle parameter.
EDIT: This line doesn't make sense in the loop.
pawn Код:
idx = MAX_BIZ;