gamemode is 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)
+--- Thread: gamemode is unknown (
/showthread.php?tid=298082)
gamemode is unknown -
Jordiee - 19.11.2011
On Volt-Host, it keeps saying my gamemode is "unknown" Does anyone know why?
and yes I changed the configuration file and uploaded my .gmx and .pwn file.
Re: gamemode is unknown -
[Headless] - 19.11.2011
Your plugins should be .so...example : streamer.so , sscanf.so
Re: gamemode is unknown -
Jordiee - 19.11.2011
thats what they are...
Re: gamemode is unknown -
Jordiee - 19.11.2011
Code:
plugins _mysql.so geoip.so irc.so mysql.so sscanf(pre-r3).so sscanf.so streamer.so wp.so
Re: gamemode is unknown -
Smally - 19.11.2011
Volt-Host are funny the best way to do it. Is to delete the current gm then upload the new one if you are overwriting
Re: gamemode is unknown -
Jordiee - 19.11.2011
still says unknown
Re: gamemode is unknown -
AndreT - 19.11.2011
In your directory, mysql.so is prefixed by 2 underscores. Yet, in your configuration you have only one underscore (_).
That should fix it.
Re: gamemode is unknown -
Smally - 19.11.2011
Contact there support.
As i have done this for you before and im not wasting my time again.
Re: gamemode is unknown -
Smally - 19.11.2011
also remove sscanf pre 3 as its not needed
Re: gamemode is unknown -
Kostas' - 19.11.2011
Quote:
Originally Posted by [Headless]
Your plugins should be .so...example : streamer.so , sscanf.so
|
On Volt-Host uses Linux?