Author Topic: Creating Slayer minigames with script?  (Read 542 times)

I'm working on a gamemode that uses teams. I use Slayer for the teams and I have a config saved for it. I just need to know a way to create this using my gamemode script. Anything?

To use Slayer in your game mode:
  • Create a Slayer minigame and set it up the way you want it for the game mode.
  • End the minigame.
  • Go to "config/server/Slayer" and find the file called "config_last.cs".
  • Rename the file to "config_slayer.cs" and place it in GameMode_YourGameMode.zip.
  • Add the line "ADDON Gamemode_Slayer" to your gameMode.txt file.
  • Make sure that "$Minigame::Enabled 1" is not in your gameMode.txt file.
« Last Edit: April 07, 2013, 12:03:23 AM by Greek2me »