SA-MP Forums Archive
My server script keeps saying its 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: My server script keeps saying its unknown (/showthread.php?tid=284416)



My server script keeps saying its unknown - HippieOnSteriods - 19.09.2011

I need help, I uploaded my script to my host and restarted and it suddenly says "Unknown."

Код:
HostName: Unlimited Roleplay
Address:  85.17.233.194:7799
Players:  0 / 100
Ping:     96
Mode:     Unknown
Map:      San Andreas



Re: My server script keeps saying its unknown - [UG]Scripter - 19.09.2011

pawn Код:
OnGameModeInit()
{
SetGameText{"Mode");

return 1;
}



Re: My server script keeps saying its unknown - serman - 19.09.2011

you are missing something to upload like plugins or in scriptfiles


Re: My server script keeps saying its unknown - Black_Death - 19.09.2011

remember if its linux make the plugins .so not the .dll plus upload the plugins Linux files if your host is linux


Re: My server script keeps saying its unknown - JiHost - 19.09.2011

Your host is using Windows so make sure you are uploading .dll files to plugins folder. Also, make sure they are all listed in server.cfg.


Re: My server script keeps saying its unknown - HippieOnSteriods - 19.09.2011

Quote:
Originally Posted by JiHost
Посмотреть сообщение
Your host is using Windows so make sure you are uploading .dll files to plugins folder. Also, make sure they are all listed in server.cfg.
Did that already.


Re: My server script keeps saying its unknown - JiHost - 19.09.2011

Can you show us your server_log?


Re: My server script keeps saying its unknown - HippieOnSteriods - 19.09.2011

Quote:
Originally Posted by JiHost
Посмотреть сообщение
Can you show us your server_log?
SA-MP Dedicated Server
----------------------
v0.3c R5, ©2005-2011 SA-MP Team

[08:29:37] filterscripts = "" (string)
[08:29:37]
[08:29:37] Server Plugins
[08:29:37] --------------
[08:29:37] Loading plugin: xStreamer
[08:29:37] xStreamer plugin loaded
[08:29:37] Loaded.
[08:29:37] Loading plugin: dns
[08:29:37]

*** DNS Plugin v2.4 by Incognito loaded ***


[08:29:37] Loaded.
[08:29:37] Loading plugin: GeoIP_Plugin
[08:29:38] GeoIP_Plugin got loaded.
[08:29:38] Loaded.
[08:29:38] Loaded 3 plugins.

[08:29:38]
[08:29:38] Filter Scripts
[08:29:38] ---------------
[08:29:38] Loaded 0 filter scripts.

[08:29:38] Script[gamemodes/U-RP.amx]: Run time error 19: "File or function is not found"
[08:29:38] Number of vehicle models: 0


Re: My server script keeps saying its unknown - wolfcock - 19.09.2011

I think you need a streamer.


Re: My server script keeps saying its unknown - HippieOnSteriods - 19.09.2011

Quote:
Originally Posted by wolfcock
Посмотреть сообщение
I think you need a streamer.
Quote:

[08:29:37]
[08:29:37] Server Plugins
[08:29:37] --------------
[08:29:37] Loading plugin: xStreamer
[08:29:37] xStreamer plugin loaded
[08:29:37] Loaded.
[08:29:37] Loading plugin: dns
[08:29:37]

I do..