SA-MP Forums Archive
Why My Gamemode Unknown? - 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: Why My Gamemode Unknown? (/showthread.php?tid=375127)



Why My Gamemode Unknown? - Tuntun - 05.09.2012

Hello
im use a Pilot's Gamemode..it is made by a onther guy and im use it and it is 0.3e... and when im start the SA-MP dedicated server file and go to open SA-MP then i see my Gamemode is Unknown... so i need help... what to do..
my server Cfg here:
Код:
echo Executing Server Config...
lanmode 1 
rcon_password  13131231233212321123213
maxplayers 50 
port 7777 
hostname Test
gamemode0 LoF
filterscripts   LoF
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



Re: Why My Gamemode Unknown? - shaniyal - 05.09.2012

server log?


Re: Why My Gamemode Unknown? - Ironboy - 05.09.2012

Check whether you have missed any plugins or not.


Re: Why My Gamemode Unknown? - Mark™ - 05.09.2012

Post your server_log.


Re: Why My Gamemode Unknown? - Tuntun - 05.09.2012

ok here is server log:
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[20:26:48] 
[20:26:48] Server Plugins
[20:26:48] --------------
[20:26:48]  Loaded 0 plugins.

[20:26:48] 
[20:26:48] Filterscripts
[20:26:48] ---------------
[20:26:48]   Loading filterscript 'The.amx'...
[20:26:48]   Unable to load filterscript 'The.amx'.
[20:26:48]   Loading filterscript 'Life.amx'...
[20:26:48]   Unable to load filterscript 'Life.amx'.
[20:26:48]   Loading filterscript 'of.amx'...
[20:26:48]   Unable to load filterscript 'of.amx'.
[20:26:48]   Loading filterscript 'Flying.amx'...
[20:26:48]   Unable to load filterscript 'Flying.amx'.
[20:26:48]   Loaded 0 filterscripts.

[20:26:48] Script[gamemodes/LoF.amx]: Run time error 19: "File or function is not found"
[20:26:48] Number of vehicle models: 0
[20:26:50] --- Server Shutting Down.



Re: Why My Gamemode Unknown? - shaniyal - 05.09.2012

LOL u havent put any plugins.add after gamemode0...... in next line plugins n put the plugins which r in ur plugins folder in server.cfg


Re: Why My Gamemode Unknown? - ColorHost-Kevin - 05.09.2012

Your missing plugins. Thats why it fails to start.

Once there added, it will work.


Re: Why My Gamemode Unknown? - Tuntun - 05.09.2012

Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           7332 bytes
Code size:          1144584 bytes
Data size:          1902668 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 3070968 bytes
this


Re: Why My Gamemode Unknown? - jameskmonger - 05.09.2012

Quote:
Originally Posted by Tuntun
Посмотреть сообщение
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           7332 bytes
Code size:          1144584 bytes
Data size:          1902668 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 3070968 bytes
this
People have told you how to fix it...


Re: Why My Gamemode Unknown? - Tuntun - 05.09.2012

ok then what i need test after the gamemode0?
Like This?:
Код:
echo Executing Server Config...
lanmode 1 
rcon_password 1113123123123
maxplayers 50 
port 7777 
hostname Test
gamemode0 LoF 
Plugins streamer mysql 
filterscripts  
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
It is right?
and in my plugins file have:
a_mysql,mysql.dll,mysql.so,sscanf.so,streamer.dll and streamer.so