06.02.2011, 23:23
You got a bug in your OnPlayerConnect. Check for invalid array indexes (indexes must not be lower than 0 or bigger than the size of the array) and wrong formats (number of % have to match the number of parameters). Other things that can crash the server are creating TextDraws with empty strings or wrong file usage.
If you cant find any of these problems, post the function here if you want.
If you cant find any of these problems, post the function here if you want.