Plugins doesn't load - And Unknown Gamemode
#1

Hello there, my gamemode is showing unknown, and no plugin is loading. I have everything, I complied this script in pawno, it doesn't shows any error. My logs

Код:
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[11:55:52] filterscripts = ""  (string)
[11:55:52] 
[11:55:52] Server Plugins
[11:55:52] --------------
[11:55:52]  Loading plugin: whirlpool
[11:55:52]   Failed (plugins/whirlpool: cannot open shared object file: No such file or directory)
[11:55:52]  Loading plugin: Whirlpool
[11:55:52]   Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[11:55:52]  Loading plugin: streamer
[11:55:52]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[11:55:52]  Loading plugin: sscanf
[11:55:52]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[11:55:52]  Loading plugin: irc
[11:55:52]   Failed (plugins/irc: cannot open shared object file: No such file or directory)
[11:55:52]  Loading plugin: nativechecker
[11:55:52]   Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
[11:55:52]  Loaded 0 plugins.

[11:55:52] 
[11:55:52] Filterscripts
[11:55:52] ---------------
[11:55:52]   Loaded 0 filterscripts.

[11:55:52] Script[gamemodes/modernliferp.amx]: Run time error 19: "File or function is not found"
[11:55:52] Number of vehicle models: 0
Reply
#2

Are you are using windows or linux?

If windows then your plugins must be .dll, if linux then .so.

Also server.cfg for windows should be like:

Код:
plugins Whirlpool whirlpool streamer sscanf irc nativechecker
and for linux

Код:
plugins Whirlpool.so whirlpool.so streamer.so sscanf.so irc.so nativechecker.so
Reply
#3

Yeah, I did that. There .so files in my plugins folder. I restarted the server, it is still unknown gamemode and failing to load the plugins. I am hosting my server from www.sa-mp.gs.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)