SA-MP Forums Archive
Need Help Whit Server - 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 Whit Server (/showthread.php?tid=310496)



Need Help Whit Server - [NL]joel - 12.01.2012

hello when i will start my server it wont start it so i looked at server_log and its says

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team

[18:29:49]
[18:29:49] Server Plugins
[18:29:49] --------------
[18:29:49] Loaded 0 plugins.

[18:29:49]
[18:29:49] Ban list
[18:29:49] --------
[18:29:49] Loaded: samp.ban
[18:29:49]
[18:29:49] I couldn't load any gamemode scripts. Please verify your server.cfg
[18:29:49] It needs a gamemode0 line at the very least.

so i did what its says like this

echo Executing Server Config...
lanmode 1
rcon_password ******* (<<<did it for the post)
maxplayers 50
port 7777
hostname |GoD|DrifterZ|0.3DR2
gamemode0 Drifter 1 ( something whit this ?)
filterscripts baseaf gl_actions gl_property gl_realtime gl_mapicon ls_elevator
announce 0
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]

so i dont know whats wrong?



Re: Need Help Whit Server - Snowman12 - 12.01.2012

do you have the .amx file of your gamemode in your gamemode file?


Re: Need Help Whit Server - [NL]joel - 12.01.2012

yes the .amx and the .pwn


Re: Need Help Whit Server - Unknownich - 12.01.2012

gamemode0 change to Drifter1 without spaces, also do this in your gamemode folder


Re: Need Help Whit Server - sabretur - 12.01.2012

Quote:
Originally Posted by Unknownich
Посмотреть сообщение
gamemode0 change to Drifter1 without spaces, also do this in your gamemode folder
Код:
gamemode0 lvdm 1
gamemode1 rivershell 1
gamemode2 area51 1
gamemode4 sftdm 1
Space is required.