09.08.2010, 07:53
You're getting the runtime error because the script wasn't compiled properly, so the server can't read it.
The script isn't compiled properly because pawncc seems to be crashing when you try to compile it. This is usually caused by something in your script which the compiler can't handle, most commonly an extra opening ({) or closing (}) brace.
Check your recent modifications to the script, you've done something which the compiler doesn't like.
The script isn't compiled properly because pawncc seems to be crashing when you try to compile it. This is usually caused by something in your script which the compiler can't handle, most commonly an extra opening ({) or closing (}) brace.
Check your recent modifications to the script, you've done something which the compiler doesn't like.