sscanf2 plugin doesnt work with my server -
MayaEU - 08.01.2018
Hello..
after i updated to the new version of samp, and recompiled my script,
the server map just shows "Unknown", but it works if i disable the sscanf2 include
what can cause that?
Re: sscanf2 plugin doesnt work with my server -
RowdyrideR - 08.01.2018
Are you sure all plugins are loaded in your server console?
Re: sscanf2 plugin doesnt work with my server -
MayaEU - 08.01.2018
Quote:
Originally Posted by RowdyrideR
Are you sure all plugins are loaded in your server console?
|
Yes
Re: sscanf2 plugin doesnt work with my server -
MayaEU - 08.01.2018
Quote:
Originally Posted by RowdyrideR
Are you sure all plugins are loaded in your server console?
|
the problem came when i updated to 0.3.7-R2
Re: sscanf2 plugin doesnt work with my server -
MayaEU - 10.01.2018
Anyone? :/
Re: sscanf2 plugin doesnt work with my server -
Dayrion - 10.01.2018
What's your logs say?
Re: sscanf2 plugin doesnt work with my server -
MayaEU - 10.01.2018
Quote:
Originally Posted by Dayrion
What's your logs say?
|
It says "Script[gamemodes/gf_jan1_2018.amx]: Run time error 19: "File or function is not found"
But if i go to the gamemode and disable #include <sscanf2> with //
then the server can run the gamemode, but many commands doesnt work :/
Re: sscanf2 plugin doesnt work with my server -
Dayrion - 10.01.2018
well:
- Make sure your the plugin is loaded (see that in your logs)
- If not, check you have added sscanf in the plugins line in server.cfg
- If not then redownload sscanf and follow carefully installations instructions
Re: sscanf2 plugin doesnt work with my server -
solstice_ - 10.01.2018
That happened to me like a week ago, i downloaded an old sscanf version and uploaded it and then the gamemode loaded.
Re: sscanf2 plugin doesnt work with my server -
Dayrion - 10.01.2018
Quote:
Originally Posted by willbedie
That happened to me like a week ago, i downloaded an old sscanf version and uploaded it and then the gamemode loaded.
|
That's clearly not the right solution.
The error simply mean native aren't found in your gamemode.