[HELP] Error while Hosting. -
Alexander8 - 04.11.2013
hello , i got a Free Server on sa-mp.gs , i opened Filezilla to upload my files to the server , PS : i uploaded the Plugins too , and i got this error
Код:
[10:11:52] Server Plugins
[10:11:52] --------------
[10:11:52] Loading plugin: sscanf
[10:11:52] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[10:11:52] Loading plugin: streamer
[10:11:52] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[10:11:52] Loading plugin: Whirlpool
[10:11:52] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[10:11:52] Loaded 0 plugins.
so how can i fix this ?!?!
AW: [HELP] Error while Hosting. -
Skimmer - 04.11.2013
Are you sure you're using the correct file for plugins? (.so for Linux and .dll for Windows)
Also read this.
Код:
We strongly encourage you to only upload the compiled gamemode (.amx) to the server.
Re: [HELP] Error while Hosting. -
David (Sabljak) - 04.11.2013
plugins in plugin folder
server.cfg plugins added?
Re: [HELP] Error while Hosting. -
Tagathron - 04.11.2013
Are you sure you uploaded the plugins in
"plugins" ?
Re: AW: [HELP] Error while Hosting. -
Tagathron - 04.11.2013
Quote:
Originally Posted by Skimmer
Are you sure you're using the correct file for plugins? (.so for Linux and .dll for Windows)
Also read this.
Код:
We strongly encourage you to only upload the compiled gamemode (.amx) to the server.
|
He couldn't read the plugins if he only had the .amx file.
AW: Re: AW: [HELP] Error while Hosting. -
Skimmer - 04.11.2013
Quote:
Originally Posted by Tagathron
He couldn't read the plugins if he only had the .amx file.
|
You can read plugins with .amx file no need for .pwn
The .pwn is only script language.
Re: [HELP] Error while Hosting. -
Alexander8 - 04.11.2013
there wasn't a Plugin Folder so i added one with the Plugins inside it , and i Uploaded the Whole Folder Content ( SF , FL , eplus Pwn etc ) , i added the Plugins in server.cfg too
Re: AW: Re: AW: [HELP] Error while Hosting. -
Tagathron - 04.11.2013
Quote:
Originally Posted by Skimmer
You can read plugins with .amx file no need for .pwn
The .pwn is only script language.
|
No,i'm saying if he only uploaded the .amx,without anything else,he would have no plugins to read.
Because he didn't upload them.
@Alexander;try naming the folder into plugins not Plugins.
I'm not sure if it really matters,but it's possible.
Also in server.cfg,you don't need just to add line :
plugins;
you need to add
plugins sscanf [or whatever plugins you are using]
Re: [HELP] Error while Hosting. -
Alexander8 - 04.11.2013
Renamed it but still got the same error , this is what in my server.cfs
plugins sscanf streamer Whirlpool
AW: [HELP] Error while Hosting. -
Skimmer - 04.11.2013
Okay, first of all. The
plugins folder must be in your root directory and shouldn't have capital characters.
Try to remove the .pwn files and put only your .amx file on
gamemode directory.
Also the plugin line on server.cfg should be look like this.