30.07.2017, 06:46
Hey,
Go to "public OnGameModeInit()" in your game mode and look for opening bracket and put it there. It looks something like this:
And compile the game mode by pressing F5. If you face any errors you can post them here. And in case if you don't know you have to upload compiled gamemode to the 'gamemodes' directory in your game files inside server. And restart the server and there you go!
Go to "public OnGameModeInit()" in your game mode and look for opening bracket and put it there. It looks something like this:
Код:
public OnGameModeInit() { // map codes go here return 1; }