SA-MP Forums Archive
Help [Unknown Mode] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help [Unknown Mode] (/showthread.php?tid=271836)



Help [Unknown Mode] - cristi_bubu - 26.07.2011

Hello, put gamemode on hosting and i say to Mode: Unknown , why?


Re: Help [Unknown Mode] - RowdyrideR - 26.07.2011

?!?!?


Re: Help [Unknown Mode] - [nL]W0rfleR - 26.07.2011

I dont really understand what your saying, but Mode: Unknown is usually caused by missing plugins.
Are you using windows or linux?

And also, go search first, there are many threads about this specific problem.


Re: Help [Unknown Mode] - cristi_bubu - 26.07.2011

Me windows and hosting linux


Re: Help [Unknown Mode] - [nL]W0rfleR - 26.07.2011

well yeah, most likely a plugin problem. Send me your server_log.


Re: Help [Unknown Mode] - cristi_bubu - 26.07.2011

[09:46:42] Server Plugins
[09:46:42] --------------
[09:46:42] Loading plugin: streamer
[09:46:42] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[09:46:42] Loaded 0 plugins.
...........
......
...............
[09:46:45] Script[gamemodes/cstopz.amx]: Run time error 19: "File or function is not found"


Re: Help [Unknown Mode] - DRIFT_HUNTER - 26.07.2011

in server.cfg on line plugins
delete everything behind plugins and add streamer.so (if you use linux) or streamer.dll (if you use windows)
NOTE:Linux is case sensitive!


Re: Help [Unknown Mode] - emokidx - 26.07.2011

umm
can this be caused if he has no folder called "plugin" and he doesnt have streamer plugin? o.O


Re: Help [Unknown Mode] - array13 - 26.07.2011

first. you need to have sscanf plugin and streamer plugin.
second. on your server.cfg file write this
plugins streamer.so sscanf.so(for linux)
plugins streamer sscanf (for windows)