#1

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[03:14:29] 
[03:14:29] Server Plugins
[03:14:29] --------------
[03:14:29]  Loading plugin: GeoIP_Plugin
[03:14:29]   Failed (plugins/GeoIP_Plugin: cannot open shared object file: No such file or directory)
[03:14:29]  Loading plugin: streamer
[03:14:29]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[03:14:29]  Loading plugin: YSF
[03:14:29]   Failed (plugins/YSF: cannot open shared object file: No such file or directory)
[03:14:29]  Loading plugin: sscanf
[03:14:29]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[03:14:29]  Loaded 0 plugins.

[03:14:29] I couldn't load any gamemode scripts. Please verify your server.cfg
[03:14:29] It needs a gamemode0 line at the very least.
Please, how to fix it?
Reply
#2

On your server.cfg you need to do the following

Your plugins need the actual full file name such as YSF.dll / YSF.so or sscanf.dll / sscanf.so (.so is for linux host) (.dll is for windows host)

Your gamemode0 needs to be added such as gamemode0 PR-RP 1
Reply
#3

k I'll try.
Reply
#4

Any further problems?
If you post your server.cfg we can double check it for you, otherwise it might be another problem.
Reply
#5

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[12:27:07] 
[12:27:07] Server Plugins
[12:27:07] --------------
[12:27:07]  Loading plugin: streamer.so
[12:27:07] 

*** Streamer Plugin v2.3.8 by Incognito loaded ***

[12:27:07]   Loaded.
[12:27:07]  Loading plugin: YSF.so
[12:27:07] 

[12:27:07]  ===============================

[12:27:07]         YSF 0.3.00 loaded

[12:27:07]    © 2008 Alex "******" Cole

[12:27:07]     Operating System: Linux

[12:27:07]  ===============================

[12:27:07]   Loaded.
[12:27:07]  Loading plugin: sscanf.so
[12:27:07] 

[12:27:07]  ===============================

[12:27:07]       sscanf plugin loaded.     

[12:27:07]          Version:  2.8.1        

[12:27:07]    © 2012 Alex "******" Cole  

[12:27:07]  ===============================

[12:27:07]   Loaded.
[12:27:07]  Loaded 3 plugins.

[12:27:07] 
[12:27:07] Filterscripts
[12:27:07] ---------------
[12:27:07]   Loading filterscript 'AdminHouse.amx'...
[12:27:07] 
--------------------------------------
[12:27:07]          Loaded XYZero House!           
[12:27:07] --------------------------------------

[12:27:07]   Loading filterscript 'apalah.amx'...
[12:27:07]   Loading filterscript 'automsg.amx'...
[12:27:07] 
--------------------------------------
[12:27:07]  ---------------XYZero------------------
[12:27:07] --------------------------------------

[12:27:07]   Loading filterscript 'clansystem.amx'...
[12:27:07] ________________________________________

[12:27:07] ________________________________________

[12:27:07] _____________CLAN - System______________
[12:27:07] ________________________________________

[12:27:07] ________________________________________

[12:27:07]   Loading filterscript 'ospawner.amx'...
[12:27:07]   Unable to load filterscript 'ospawner.amx'.
[12:27:07]   Loading filterscript 'piratheship.amx'...
[12:27:07]   Unable to load filterscript 'piratheship.amx'.
[12:27:07]   Loading filterscript 'attachments.amx'...
[12:27:07]   Unable to load filterscript 'attachments.amx'.
[12:27:07]   Loading filterscript 'skinchanger.amx'...
[12:27:07]   Unable to load filterscript 'skinchanger.amx'.
[12:27:07]   Loading filterscript 'tests.amx'...
[12:27:07]   Loaded 5 filterscripts.

[12:27:07] Script[gamemodes/grandlarc.amx]: Run time error 19: "File or function is not found"
[12:27:07] Number of vehicle models: 0
I've been fixed the plugins and re-upload the gamemode.amx
But I found another problem. What should I do?
Reply
#6

Your still missing a plugin to load in your script.
Reply
#7

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[12:45:08] 
[12:45:08] Server Plugins
[12:45:08] --------------
[12:45:08]  Loading plugin: streamer.so
[12:45:08] 

*** Streamer Plugin v2.3.8 by Incognito loaded ***

[12:45:08]   Loaded.
[12:45:08]  Loading plugin: YSF.so
[12:45:08] 

[12:45:08]  ===============================

[12:45:08]         YSF 0.3.00 loaded

[12:45:08]    © 2008 Alex "******" Cole

[12:45:08]     Operating System: Linux

[12:45:08]  ===============================

[12:45:08]   Loaded.
[12:45:08]  Loading plugin: sscanf.so
[12:45:08] 

[12:45:08]  ===============================

[12:45:08]       sscanf plugin loaded.     

[12:45:08]          Version:  2.8.1        

[12:45:08]    © 2012 Alex "******" Cole  

[12:45:08]  ===============================

[12:45:08]   Loaded.
[12:45:08]  Loading plugin: GeoIP_Plugin.so
This happen when I added GeoIP_Plugin.so in server.cfg and plugins folder
Reply
#8

Make sure you have compiled the .pwn (filterscripts & gamemodes) in PAWNO. Do this by hitting F5.

You need to make sure you upload the compiled file (the .amx file) instead of the .pwn file.
Reply
#9

Quote:
Originally Posted by NoSoap
Посмотреть сообщение
Make sure you have compiled the .pwn (filterscripts & gamemodes) in PAWNO. Do this by hitting F5.

You need to make sure you upload the compiled file (the .amx file) instead of the .pwn file.
Then, should I re-upload the gamemode.amx after compile the .pwn?
Reply
#10

I've been compiled and re-upload all FS and Gamemode, but nothings changed.

This happen when I've been deleted GeoIP_Plugin.so
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[00:13:47] 
[00:13:47] Server Plugins
[00:13:47] --------------
[00:13:47]  Loading plugin: streamer.so
[00:13:47] 

*** Streamer Plugin v2.3.8 by Incognito loaded ***

[00:13:47]   Loaded.
[00:13:47]  Loading plugin: YSF.so
[00:13:47] 

[00:13:47]  ===============================

[00:13:47]         YSF 0.3.00 loaded

[00:13:47]    © 2008 Alex "******" Cole

[00:13:47]     Operating System: Linux

[00:13:47]  ===============================

[00:13:47]   Loaded.
[00:13:47]  Loading plugin: sscanf.so
[00:13:47] 

[00:13:47]  ===============================

[00:13:47]       sscanf plugin loaded.     

[00:13:47]          Version:  2.8.1        

[00:13:47]    © 2012 Alex "******" Cole  

[00:13:47]  ===============================

[00:13:47]   Loaded.
[00:13:47]  Loaded 3 plugins.

[00:13:47] 
[00:13:47] Filterscripts
[00:13:47] ---------------
[00:13:47]   Loading filterscript 'AdminHouse.amx'...
[00:13:47] 
--------------------------------------
[00:13:47]          Loaded XYZero House!           
[00:13:47] --------------------------------------

[00:13:47]   Loading filterscript 'apalah.amx'...
[00:13:47]   Loading filterscript 'automsg.amx'...
[00:13:47] 
--------------------------------------
[00:13:47]  ---------------XYZero------------------
[00:13:47] --------------------------------------

[00:13:47]   Loading filterscript 'clansystem.amx'...
[00:13:47] ________________________________________

[00:13:47] ________________________________________

[00:13:47]  _____________CLAN - System______________
[00:13:47] ________________________________________

[00:13:47] ________________________________________

[00:13:47]   Loading filterscript 'tests.amx'...
[00:13:47]   Loaded 5 filterscripts.

[00:13:47] Script[gamemodes/grandlarc.amx]: Run time error 19: "File or function is not found"
[00:13:47] Number of vehicle models: 0
Help me :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)