SA-MP Forums Archive
Gamemodes wont load - 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: Gamemodes wont load (/showthread.php?tid=291324)



Gamemodes wont load - Heffernan - 19.10.2011

hey, i try to run any generic gamemode but it aint working

[13:57:33] Loaded 0 filter scripts.
[13:57:33] Script[gamemodes/grove_wars_by_max_pain.amx]: Run time error 19: "File or function is not found"
[13:57:33] Number of vehicle models: 0

i tried 5 gamemodes now but none working, i run from a root-server, linux Debian from SSH


this is server.cfg

"gamemode0 grove_wars_by_max_pain"


Re: Gamemodes wont load - Smash-Host™ - 19.10.2011

Hi Heffernan,

Well it maybe because of Plugins.

Download the latest Plugins and when you add them on server.cfg Put ".so" after there name.

Or there can be problem in your script.

Good Luck!


Re: Gamemodes wont load - Heffernan - 19.10.2011

plugins? wich plugins?

Код:
echo Executing Server Config...
lanmode 0
rcon_password *edit*
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 grove_wars_by_max_pain
announce 1
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000



Re: Gamemodes wont load - nilanjay - 19.10.2011

put a plugin setion also like this
Код:
echo Executing Server Config...
lanmode 0
rcon_password *edit*
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 grove_wars_by_max_pain
announce 1
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
plugins (add your plugins here)



Re: Gamemodes wont load - Kostas' - 19.10.2011

Replace this
Код:
gamemode0 grove_wars_by_max_pain
To
Код:
gamemode0 grove_wars_by_max_pain 1



Re: Gamemodes wont load - Heffernan - 19.10.2011

tried this, still get

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

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

[15:06:49] 
[15:06:49] Server Plugins
[15:06:49] --------------
[15:06:49]  Loaded 0 plugins.

[15:06:49] 
[15:06:49] Filter Scripts
[15:06:49] ---------------
[15:06:49]   Loaded 0 filter scripts.

[15:06:49] Script[gamemodes/grove_wars_by_max_pain.amx]: Run time error 19: "File or function is not found"
[15:06:49] Number of vehicle models: 0



Re: Gamemodes wont load - Mr.1337 - 19.10.2011

Is the GM .amx in your "Gamemodes" file?


Re: Gamemodes wont load - Heffernan - 19.10.2011



yep


Re: Gamemodes wont load - Mr.1337 - 19.10.2011

Change your GM name, and try.. If still doesnt work, reply here.


Re: Gamemodes wont load - TheMaddox - 19.10.2011

you have a linux? or Windows?