Quote:
Originally Posted by R4nd4ll
If everything is fine IG (the script is loaded successfully)
Then add this to your OnGameModeInIt :
Код:
public OnGameModeInIt
{
SendRconCommand("gamemode XXXXXX"); //Change the XXXXXX to your desired name
}
|
That should be configured inside server.cfg in first instance.