SA-MP Forums Archive
Samp-Server wont load gamemode - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Samp-Server wont load gamemode (/showthread.php?tid=654121)



Samp-Server wont load gamemode - DutchDailySmoker - 21.05.2018

I just started with some tutorial so I wanted to try to get my server running, but for some reason it cant find my gamemode it seems. Does anyone know how to solve it? I tried a couple things... It's telling me to verify my server.cfg I have no clue about that. But my game0 in the config has a line.



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

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

[12:44:50]
[12:44:50] Server Plugins
[12:44:50] --------------
[12:44:50] Loaded 0 plugins.

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



echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname Kennys Paradise
gamemode0 Gamemode 1
filterscripts gl_actions gl_realtime gl_property gl_mapicon ls_elevator attachments skinchanger vspawner ls_mall ls_beachside
announce 0
chatlogging 0
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]
language English


Re: Samp-Server wont load gamemode - Cell_ - 21.05.2018

are you sure your gamemode is actually named Gamemode?


Re: Samp-Server wont load gamemode - SytonicX - 21.05.2018

In case it's really named Gamemode, try to make sure it's AMX not a PWN file.
Also you have to use the EXACT same name as the file's name without using any capital letters or anything.
For example:
Script name is " gamemode ", when placing it in the server.cfg you have to place it as it is, not type " Gamemode " while it's name is gamemode.


Re: Samp-Server wont load gamemode - DutchDailySmoker - 21.05.2018

NVM fixed it