Gamemode
#1

What i do, if my gamemode is unknown??

Reply
#2

SetGameModeText();
Reply
#3

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

Your server log and server.cfg??
Reply
#5

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

Check the gamemode at server.cfg its shall work
Reply
#7

gamemode0 larp 1 and my gamemode file is larp.amx
Reply
#8

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

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

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)