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



Unknown? - [RVRP]Tyler - 10.08.2010

What could be causing the server to have the gamemode name "unknown", and not even load properly? I fixed/added VIP commands and a helper system to the script I'm using, and when I GMX the script doesn't load.


Re: Unknown? - Conroy - 10.08.2010

If you are using an external host (as in, not on your PC), then sometimes the upload can get corrupt, just reupload the script and restart. Happened a lot with me.


Re: Unknown? - Scenario - 10.08.2010

Well, sometimes you just need to re-upload your script. (like Conroy said) If that doesn't work, re-compile and re-upload. If your still having issues, post your 'server_log.txt' file, it might give us some useful information. Depending on your host, they may be having issues with their servers. I host with TrueServe and I had a similar issue last week...


Re: Unknown? - ScottCFR - 10.08.2010

I also know that Samp-Servers has a lot of issues with this. I switched a few months ago, and haven't had any issues... But something else, you could be including something that isn't in "pawno/includes" on your server.


Re: Unknown? - [RVRP]Tyler - 10.08.2010

Taken straight from server console: (note, the actual file is in the gamemodes folder, 100 percent sure.)


Код:
[06:38:47]   Loaded.
[06:38:47]  Loading plugin: streamer.so
[06:38:47] 
*** Streamer Plugin v2.3.8 by Incognito loaded ***

[06:38:47]   Loaded.
[06:38:47]  Loaded 2 plugins.

[06:38:47] 
[06:38:47] Ban list
[06:38:47] --------
[06:38:47]  Loaded: samp.ban
[06:38:47] 
[06:38:47] 
[06:38:47] Filter Scripts
[06:38:47] ---------------
[06:38:47]   Loaded 0 filter scripts.

[06:38:47] Script[gamemodes/RVRP.amx]: Run time error 19: "File or function is not found"
[06:38:47] Number of vehicle models: 0
[06:39:52] --- Server Shutting Down.
[06:39:52] GeoIP_Plugin got unloaded.
[06:39:52] 
*** Streamer Plugin v2.3.8 by Incognito unloaded ***



Re: Unknown? - Scenario - 10.08.2010

It seems to me your trying to use the Vortex RP script, am I correct?

If so, you might have incorrect file permissions. The server may not be able to load your gamemode, take a look into that. If the problem persists, contact your server hosting provider.


Re: Unknown? - Calgon - 10.08.2010

GeoIP didn't load. Make sure you have the geoip.dll in the correct folder and you have your include in the proper folder.