SA-MP Forums Archive
Need Help - 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)
+--- Thread: Need Help (/showthread.php?tid=590226)



Need Help - MiroGogo - 27.09.2015

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[21:14:09] filterscripts = ""  (string)
[21:14:09] 
[21:14:09] Server Plugins
[21:14:09] --------------
[21:14:09]  Loading plugin: sscanf
[21:14:09] 

[21:14:09]  ===============================

[21:14:09]       sscanf plugin loaded.     

[21:14:09]          Version:  2.8.1        

[21:14:09]    © 2012 Alex "******" Cole  

[21:14:09]  ===============================

[21:14:09]   Loaded.
[21:14:09]  Loading plugin: mysql
[21:14:09]  >> plugin.mysql: R39-3 successfully loaded.
[21:14:09]   Loaded.
[21:14:09]  Loaded 2 plugins.

[21:14:09] I couldn't load any gamemode scripts. Please verify your server.cfg
[21:14:09] It needs a gamemode0 line at the very least.
Server.cfg

Код:
echo Executing Server Config...
lanmode 1
rcon_password AmirWagih1
maxplayers 35
port 7777
hostname MiroGogo: Deathmatch
gamemode0 battlefield 1
filterscripts
announce 1
query 1
plugins sscanf mysql
chatlogging 1
weburl no url
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 10
logtimeformat [%H:%M:%S]
lagcompmode 1



Re: Need Help - JonathanFeitosa - 27.09.2015

Код:
gamemode0 battlefield 1 // remove space (rename GM)



Re: Need Help - 1fret - 27.09.2015

download nativechecker plugin and istall it then repost your server log...

And you forgot to put .dll for windows OS or .so for linux at your plugins line


Re: Need Help - MiroGogo - 27.09.2015

Quote:
Originally Posted by 1fret
Посмотреть сообщение
download nativechecker plugin and istall it then repost your server log...

And you forgot to put .dll for windows OS or .so for linux at your plugins line
I Did What You Said :

The server.log :

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[09:22:02] filterscripts = ""  (string)
[09:22:02] 
[09:22:02] Server Plugins
[09:22:02] --------------
[09:22:02]  Loading plugin: sscanf.dll
[09:22:02] 

[09:22:02]  ===============================

[09:22:02]       sscanf plugin loaded.     

[09:22:02]          Version:  2.8.1        

[09:22:02]    © 2012 Alex "******" Cole  

[09:22:02]  ===============================

[09:22:02]   Loaded.
[09:22:02]  Loading plugin: mysql.dll
[09:22:02]  >> plugin.mysql: R39-3 successfully loaded.
[09:22:02]   Loaded.
[09:22:02]  Loading plugin: nativechecker.dll
[09:22:02]   Loaded.
[09:22:02]  Loaded 3 plugins.

[09:22:02] I couldn't load any gamemode scripts. Please verify your server.cfg
[09:22:02] It needs a gamemode0 line at the very least.



Re: Need Help - ironmen - 27.09.2015

Make sure you compile the gamemode with no errors!


Re : Re: Need Help - KillerDVX - 27.09.2015

Quote:
Originally Posted by 1fret
Посмотреть сообщение
download nativechecker plugin and istall it then repost your server log...

And you forgot to put .dll for windows OS or .so for linux at your plugins line
Why would he do that ? the error shows that there is no GM found.

At least, show us your server.cfg config.