unknown gamemode
#1

I want to make SAMP Server.
I am making SAMP Server from my linux VPS so when i add all files of this gamemode https://sampforum.blast.hk/showthread.php?pid=2495146#pid2495146 and start my server from putty my server gamemode is unknown. any help?
Reply
#2

This is the server logs.
Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

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

[18:48:29] 
[18:48:29] Filterscripts
[18:48:29] ---------------
[18:48:29]   Loading filterscript 'base.amx'...
[18:48:29] 
--Base FS loaded.

[18:48:29]   Loading filterscript 'gl_actions.amx'...
[18:48:29]   Loading filterscript 'gl_property.amx'...
[18:48:29] 
-----------------------------------
[18:48:29] Grand Larceny Property Filterscript		
[18:48:29] -----------------------------------

[18:48:29]   Loading filterscript 'gl_realtime.amx'...
[18:48:29]   Loaded 4 filterscripts.

[18:48:29] Reading File: blank
[18:48:29] Reading File: properties/houses.txt
[18:48:29] Reading File: properties/businesses.txt
[18:48:29] Reading File: properties/banks.txt
[18:48:29] Reading File: properties/police.txt
[18:48:29] Script[gamemodes/COD6.amx]: Run time error 19: "File or function is not found"
[18:48:29] Number of vehicle models: 0
Reply
#3

Your .amx is missing according to...

Code:
[18:48:29] Script[gamemodes/COD6.amx]: Run time error 19: "File or function is not found"
Did you properly compile the file and did you update everything and checked all the functions were alright?
Reply
#4

Update your Plugins and Includes
This happens When Your Plugin is not Loaded Properly
Reply
#5

Server works fine with correct gm on windows when i start it on my pc but when i host it on VPS it shows unknown gamemode. I dint changed anything in .pwn
Reply
#6

- You might want to update those plugins, majority of hosts use Linux servers and require .so's.
Reply
#7

Update plugins on your PC (Windows OS) compile GM, and same plugins upload on VPS, than run server and also try to put this what I upload, just unpack it in folder where is samp-server.exe, samp-npc.exe, etc.

I hope I helped you!
Reply
#8

Make sure your plugins are .so in the cfg.

Quote:

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

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

Reply
#9

I tried what Antonia said but dint worked.

This is my server.cfg

Code:
echo Executing Server Config...
lanmode 0
rcon_password 12345
maxplayers 50
port 8888
hostname SA-MP 0.3 Server
gamemode0 COD6 1
filterscripts base gl_actions gl_property gl_realtime
announce 0
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
Reply
#10

Give this a go:

Code:
echo Executing Server Config...
lanmode 0
rcon_password 12345
maxplayers 50
port 8888
hostname SA-MP 0.3 Server
gamemode0 COD6 1
filterscripts base gl_actions gl_property gl_realtime
plugins sscanf.so streamer.so Whirlpool.so
announce 0
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
Hint: You forgot the plugins line. That gm came up as malacious on ****** chrom LOL. But i looked at the plugins for you added the .so extension for Linux. If you're using Windows it'll have .dll extention.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)