Posts: 6,242
Threads: 8
Joined: Jun 2008
Post up the startup log of the server. One of the plugins is likely to not have loaded which is giving this error.
Otherwise you've missed a plugin that you haven't put on the server.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Post up the include section of your script.
Have you updated any of the plugins since it was working? This can come from updating a plugins includes that adds a function, and not updating the server plugin, or by using out of date includes, on up to date plugins.
Posts: 6,242
Threads: 8
Joined: Jun 2008
You'll likely have a mixup in sscanf, compared to the YSI includes.
If people suggest to update them, they'll make more problems for you especially if the script is made for those versions.
You could try update the includes/plugins, but chances are you'll need to update your script if you do.
This would be a time to try nativechecker, to see what function is missing, as it will tell you what is missing, and then from there you can find what is actually causing it.
If you really are stuck, I think that CrashDetect now does the nativechecker plugins role.
So try nativechecker, and then try CrashDetect, following the instructions on the pawn compiler options to let it work.