SA-MP Forums Archive
[Bug/error] Mode: Unknown - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Bug/error] Mode: Unknown (/showthread.php?tid=132119)



[Bug/error] Mode: Unknown - tony_fitto - 06.03.2010

Hey guys i got a problem here i just notice that when i have start my server it says under Mode: Unknown why and how can i fix it ?


Re: [Bug/error] Mode: Unknown - aircombat - 06.03.2010

ok does ur gamemode doesnt work or just he give this message when u open samp-server.exe
________
WILLY MAIRESSE


Re: [Bug/error] Mode: Unknown - tony_fitto - 06.03.2010

Quote:
Originally Posted by [AC
Etch ]
ok does ur gamemode doesnt work or just he give this message when u open samp-server.exe
Well i just notice that the server doesn't work but the funnyest part is that it work perfect on my computer but not at my host :S


Re: [Bug/error] Mode: Unknown - aircombat - 06.03.2010

try to add somewhere in ur script :
main()
{
}
________
Coach handbags


Re: [Bug/error] Mode: Unknown - tony_fitto - 06.03.2010

Quote:
Originally Posted by [AC
Etch ]
try to add somewhere in ur script :
main()
{
}
Already have but i readed the logo file and so this "Script[gamemodes/EverestGaming.amx]: Run time error 19: "File or function is not found"



Re: [Bug/error] Mode: Unknown - ¤Adas¤ - 06.03.2010

It have to be somewhere above game mode init. Also try SetGameModeText().


Re: [Bug/error] Mode: Unknown - [03]Garsino - 06.03.2010

It's caused by something that is needed for your gamemode to run missing. Check your server log.

Make sure you have all plugins, folders and includes at the right place.


Re: [Bug/error] Mode: Unknown - Las Venturas CNR - 06.03.2010

server_log.txt might tell you whats wrong.


Re: [Bug/error] Mode: Unknown - tony_fitto - 06.03.2010

Well there is everything that i get from the server logo file

Код:
SA-MP Dedicated Server
----------------------
v0.3a R3, ©2005-2009 SA-MP Team

[18:22:27] 
[18:22:27] Server Plugins
[18:22:27] --------------
[18:22:27] Loading plugin: streamer
[18:22:27]  Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[18:22:27] Loading plugin: irc
[18:22:27]  Failed (plugins/irc: cannot open shared object file: No such file or directory)
[18:22:27] Loaded 0 plugins.

[18:22:27] 
[18:22:27] Ban list
[18:22:27] --------
[18:22:27] Loaded: samp.ban
[18:22:27] 
[18:22:27] 
[18:22:27] Filter Scripts
[18:22:27] ---------------
[18:22:27]  Loading filter script 'Seatbelt.amx'...
[18:22:27]  Unable to load filter script 'Seatbelt.amx'.
[18:22:27]  Loading filter script 'drop.amx'...
[18:22:27]  Unable to load filter script 'drop.amx'.
[18:22:27]  Loaded 0 filter scripts.

[18:22:27] Script[gamemodes/EverestGaming.amx]: Run time error 19: "File or function is not found"
[18:22:27] Number of vehicle models: 0



Re: [Bug/error] Mode: Unknown - Eazy_Efolife - 06.03.2010

Quote:
Originally Posted by Everest Community
Well there is everything that i get from the server logo file

Код:
SA-MP Dedicated Server
----------------------
v0.3a R3, ©2005-2009 SA-MP Team

[18:22:27] 
[18:22:27] Server Plugins
[18:22:27] --------------
[18:22:27] Loading plugin: streamer
[18:22:27] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[18:22:27] Loading plugin: irc
[18:22:27] Failed (plugins/irc: cannot open shared object file: No such file or directory)
[18:22:27] Loaded 0 plugins.

[18:22:27] 
[18:22:27] Ban list
[18:22:27] --------
[18:22:27] Loaded: samp.ban
[18:22:27] 
[18:22:27] 
[18:22:27] Filter Scripts
[18:22:27] ---------------
[18:22:27] Loading filter script 'Seatbelt.amx'...
[18:22:27] Unable to load filter script 'Seatbelt.amx'.
[18:22:27] Loading filter script 'drop.amx'...
[18:22:27] Unable to load filter script 'drop.amx'.
[18:22:27] Loaded 0 filter scripts.

[18:22:27] Script[gamemodes/EverestGaming.amx]: Run time error 19: "File or function is not found"
[18:22:27] Number of vehicle models: 0
It failed at loading the streamer plugin.