Page 1 of 1
CSS Gungame Help?
Posted:
Sun Aug 22, 2010 7:28 pm
by Tetsue
So i got my server up and running, SourceMod is working and Gungame is working, but i want to make the gun game so people respawn after they die. so its not deathmatch style. How do i do this?
Posted:
Sun Aug 22, 2010 8:32 pm
by tnarocks
so you want it to be elimination then?
// ****************************************************************************
// * gg_elimination.cfg -- Elimination Configuration *
// * *
// * This file defines GunGame Addon settings. *
// * *
// * Note: Any alteration of this file requires a *
// * server restart or a reload of GunGame. *
// ****************************************************************************
// ============================================================================
// >> ELIMINATION
// ============================================================================
// Description:
// Respawn when your killer is killed.
// Notes:
// * "gg_dead_strip" will automatically be enabled.
// * Will not load if "gg_dead_strip" can not be enabled.
// * "gg_dissolver" will automatically be enabled.
// * Will not load if "gg_dissolver" can not be enabled.
// * Will not load with "gg_deathmatch" enabled.
// Options:
// 0 = (Disabled) Do not load gg_elimination.
// 1 = (Enabled) Load gg_elimination.
// Default Value: 0
// Enables/Disables gg_elimination.
gg_elimination 0
// ============================================================================
// >> ELIMINATION SPAWN
// ============================================================================
// Description:
// Allow players to spawn when they join, if they didn't
// spawn already that round.
// Options:
// 0 = (Disabled) Have players wait until the round ends to spawn.
// 1 = (Enabled) Have players spawn when they join.
// Default Value: 0
// Have players spawn when they join if they haven't already for that round.
gg_elimination_spawn 0
Its a cfg file in the cstrike/cfg/gungame51/included_addon_config folder
Posted:
Sun Aug 22, 2010 8:58 pm
by Tetsue
oooo thanks alot man!
Posted:
Sun Aug 22, 2010 9:58 pm
by Tetsue
haha i took a look at those files and turns out the one i wanted WAS deathmatch, thanks anyway though!
Posted:
Mon Aug 23, 2010 9:21 pm
by tnarocks
no problem