Unknown Gamemode - 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: Unknown Gamemode (
/showthread.php?tid=553903)
Unknown Gamemode -
lwilson - 01.01.2015
Help! I started my server at GalaxyHostingFree
But it shows Gamemode : Unknown
I put .so to all plugins since it's linux hosting
i'm using these plugins
http://www.mediafire.com/download/q9...kc/plugins.rar
with audio.so 0.5
i recompiled it already
but it's still Gamemode : Unknown
Help!
Re: Unknown Gamemode -
RajatPawar - 01.01.2015
Err, did you try using SetGameModeText?
Re: Unknown Gamemode -
lwilson - 01.01.2015
yes
Код:
SetGameModeText("NL Roleplay v2.5" SERVER_VERSION);
Re: Unknown Gamemode -
nicholasramdhan - 01.01.2015
Quote:
Originally Posted by RajatPawar
Err, did you try using SetGameModeText?
|
that might possibly work. happened to me before
Re: Unknown Gamemode -
lwilson - 01.01.2015
i already set my GamemodeTExt , but nothin happened
Re: Unknown Gamemode -
DavidLuango - 01.01.2015
This has something to do with plugins, try nativechecker!
Re: Unknown Gamemode -
DavidBilla - 01.01.2015
You weren't making proper use of string
Код:
SetGameModeText("NL Roleplay v2.5");