Problems with San Fierro Cops-Robbers-RPG v1.1 -
Norwegian - 06.11.2013
Hi!
(FIXED)
I downloaded the gamemode San Fierro Cops-Robbers-RPG v1.1 from
HERE.
And when I start my server and go inside here is what it says in the console (The Gamemode does not load for some reason).
Код:
[18:20:50]
[18:20:50] Server Plugins
[18:20:50] --------------
[18:20:50] Loading plugin: irc
[18:20:50] Failed (plugins/irc: cannot open shared object file: No such file or directory)
[18:20:50] Loading plugin: streamer
[18:20:50] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[18:20:50] Loading plugin: sscanf
[18:20:50] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[18:20:50] Loaded 0 plugins.
[18:20:50]
[18:20:50] Filterscripts
[18:20:50] ---------------
[18:20:50] Loaded 0 filterscripts.
[18:20:50] Script[gamemodes/SFCRRPG.amx]: Run time error 19: "File or function is not found"
[18:20:50] Number of vehicle models: 0
Re: Problems with San Fierro Cops-Robbers-RPG v1.1 -
Joy_Freed - 06.11.2013
Open your server config and change the plugins to for example "IRC.dll" "stramer.dll" or .so If you using linux.
If not, try to re-download the plugins and re-compile the script with 0.3x files.
Re: Problems with San Fierro Cops-Robbers-RPG v1.1 -
Norwegian - 06.11.2013
I am using Windows.
Re: Problems with San Fierro Cops-Robbers-RPG v1.1 -
Joy_Freed - 06.11.2013
Quote:
Originally Posted by Norwegian
I am using Windows.
|
Then change the plugins to .dll in the server config.
Re: Problems with San Fierro Cops-Robbers-RPG v1.1 -
Norwegian - 06.11.2013
Quote:
Originally Posted by Joy_Freed
Then change the plugins to .dll in the server config.
|
It didnt work, and what do you mean with "re-compile the script with the 0.3x files"?
Re: Problems with San Fierro Cops-Robbers-RPG v1.1 - Astralis - 06.11.2013
Quote:
Originally Posted by Norwegian
It didnt work, and what do you mean with "re-compile the script with the 0.3x files"?
|
get 0.3x pawno & includes.
Re: Problems with San Fierro Cops-Robbers-RPG v1.1 -
Norwegian - 06.11.2013
Now this is coming:
Код:
[20:03:11]
[20:03:11] Server Plugins
[20:03:11] --------------
[20:03:11] Loading plugin: irc
[20:03:11] Failed (plugins/irc: cannot open shared object file: No such file or directory)
[20:03:11] Loading plugin: streamer
[20:03:11] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[20:03:11] Loading plugin: sscanf
[20:03:11] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[20:03:11] Loaded 0 plugins.
[20:03:11] I couldn't load any gamemode scripts. Please verify your server.cfg
[20:03:11] It needs a gamemode0 line at the very least.
(BTW, I have my Server hosted at sa-mp.gs and the server stuff is in the samp03 folder.)
Re: Problems with San Fierro Cops-Robbers-RPG v1.1 -
Beckett - 06.11.2013
Quote:
[20:03:11] I couldn't load any gamemode scripts. Please verify your server.cfg
[20:03:11] It needs a gamemode0 line at the very least.
|
What can't you understand from this, post your server.cfg contents here please.
Re: Problems with San Fierro Cops-Robbers-RPG v1.1 -
Konstantinos - 06.11.2013
The plugins failed to load. Are you sure the files are into plugins folder?
Also the name of the gamemode is not correct or it has some invalid characters.
---
sa-mp.gs uses Linux so upload:
irc.so
streamer.so
sscanf.so
and also edit the server.cfg to:
pawn Код:
plugins irc.so streamer.so sscanf.so
Re: Problems with San Fierro Cops-Robbers-RPG v1.1 -
Norwegian - 06.11.2013
Quote:
Originally Posted by DaniceMcHarley
What can't you understand from this, post your server.cfg contents here please.
|
My Server.cfg:
(PLUGINS NOW FIXED ONLY THE GAMEMODE WONT LOAD -.-)
Код:
echo Executing Server Config...
lanmode 0
rcon_password MYPASSHERE
maxplayers 30
port 7720
hostname EDIT THIS INSIDE THE GAMEMODE PAWN
gamemode0 sfcrrpg 1
filterscripts
plugins irc.so streamer.so sscanf.so
announce 0
query 1
weburl www.sfcrrpg.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 1
logtimeformat [%H:%M:%S]