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



Gamemode - FaZeRs - 29.09.2012

What i do, if my gamemode is unknown??




Re: Gamemode - TheDeadlyDutchi - 29.09.2012

SetGameModeText();


Re: Gamemode - FaZeRs - 29.09.2012

SetGameModeText("Live's Roleplay");
I have this line


Re: Gamemode - HyDrAtIc - 29.09.2012

Your server log and server.cfg??


Re: Gamemode - Wechsler - 29.09.2012

The easy way; Go into your server.cfg and write gamemodetext TEXT


Re: Gamemode - Gangster-rocks - 29.09.2012

Check the gamemode at server.cfg its shall work


Re: Gamemode - FaZeRs - 29.09.2012

gamemode0 larp 1 and my gamemode file is larp.amx


Re: Gamemode - BlueGames - 29.09.2012

pawn Код:
public OnGameModeInit()
{
    SetGameModeText("Type here");
    return 1;
}



Re: Gamemode - FaZeRs - 29.09.2012

But i think my server dont read gamemode file, and i cant login in game, it shows it dont respond.


Re: Gamemode - KingyKings - 29.09.2012

I used to have this problem. You are most likely Missing a plugin or a Plugin is not working. Check that all the plugins you need are in the sever.cfg. It might be the login system you are using. For example lux admin. Make sure you have the Whirlpool and all the plugins that it came with working. Im guessing you are using windows so make sure in the sever.cfg you add a "plugins" line and [name].dll