SA-MP Forums Archive
Script doesnґt work on Public Server - 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: Script doesnґt work on Public Server (/showthread.php?tid=131761)



Script doesnґt work on Public Server - Ice-J44 - 04.03.2010

Hey guys my Script doesnґt work on my public Server can somebody help me. It shows gamemode: Unknown. Need help
On my home server it works. the script is the LSLRP. Please help me

Sorry for bad english...


Re: Script doesnґt work on Public Server - kaisersouse - 04.03.2010

Theres something up with the config file for your public server. do you have query set to 1?


Re: Script doesnґt work on Public Server - Woet - 05.03.2010

Gamemode: Unknown means you are missing a function, most likely missing a plugin.
Look into server_log.txt and you should see this:
Quote:

Run time error 19: "File or function is not found"

If you see that, please verify all non-native functions in your gamemode and whether the plugins for those functions are loaded.


Re: Script doesnґt work on Public Server - Ice-J44 - 05.03.2010

And you mean this work?
Quote:

Gamemode: Unknown means you are missing a function, most likely missing a plugin.
Look into server_log.txt and you should see this:
Quote
Run time error 19: "File or function is not found"

If you see that, please verify all non-native functions in your gamemode and whether the plugins for those functions are loaded.

It shows that error. but i donґt know where this line is in my script...


Re: Script doesnґt work on Public Server - LVFDM - 05.03.2010

Does your script require plugins? Maybe your hoster is using linux and the plugin requires a .so file and your on windows which uses a .dll file.


Re: Script doesnґt work on Public Server - Oxside - 05.03.2010

You just need to edit the gamemode line in server.cfg.

Move you compiled script (.amx) into the gamemode folder then go to your server.cfg and add the name of your script behind the word "gamemode".

If you already did this and it still doesn't work then try redownloading the server package from sa-mp.com


Re: Script doesnґt work on Public Server - Ice-J44 - 05.03.2010

I do this all but it doesnґt work -.-

I donґt know what it is....
an yes it needs plugins but i got a windows server.