-
Notifications
You must be signed in to change notification settings - Fork 36
War
thomas edited this page Aug 10, 2016
·
9 revisions
This plugin allows to vote or set a war CT vs T for next rounds.
On Round start Ts spawn freezed next to CT. CTs must leave the spawn and spread on map. After unfreeze time (def. 30sec) Ts can Move. After nodamage time (def. 30sec) the war CT vs T starts.
Or on Round start Ts spawn in open cells with weapons and weaponmenu. No Freeze/-time. (Default)
Commands
sm_war - Allows players to vote for a war
sm_setwar - Allows the Admin or warden to set a war for next rounds
set your own custom command. take a look at "sm_war_cmd"
ConVars
sm_war_version - Shows the version of the SourceMod plugin MyJailbreak - War
sm_war_cmd: Set your custom chat command for Event voting. no need for sm_ or ! . Default "TDM" results in !TDM /TDM & sm_TDM
sm_war_enable: 0 - disabled, 1 - enable the war plugin. Default 1
sm_war_setw: 0 - disabled, 1 - allow warden to set next round war. Default 1
sm_war_seta: 0 - disabled, 1 - allow Admin to set next round war round. Default 1
sm_war_flag: Set flag for admin/vip to set this Event Day. Default g
sm_war_rounds: Rounds to play in a row
sm_war_allow_lr - enable, Last Request on last round
sm_war_vote: 0 - disabled, 1 - allow player to vote for war. Default 1
sm_war_spawn: 0 - teleport Ts to CT and freeze, 1 - open cell doors an get weapons. Default 0
sm_war_roundtime - Roundtime for a single war round in minutes. Default 5
sm_war_beacon_time - Time in seconds until the beacon turned on (set to 0 to disable)
sm_war_freezetime- Time in seconds Ts are freezed. time to hide on map for CT (need sm_war_spawn: 0). Default 30
sm_war_trucetime - Time in seconds after freezetime damage is disbaled. Default 30
sm_war_cooldown_start - Rounds until event can be start after mapchange. Default 3
sm_war_cooldown_day - Rounds until event can be started again. Default 3
sm_war_sounds_enable: 0 - disabled, 1 - enable sounds. Default 1
sm_war_sounds_start: Path to the soundfile which should be played on start. Default "music/MyJailbreak/start.mp3"
sm_war_overlays_enable: 0 - disabled, 1 - enable start overlay. Default 1
sm_war_overlays_start: Path to the start Overlay DONT TYPE .vmt or .vft. Default "overlays/MyJailbreak/start"
Files
/addons/sourcemod/plugins/MyJailbreak/war.smx
/addons/sourcemod/scripting/MyJailbreak/war.sp
/addons/sourcemod/translation/MyJailbreak.War.phrases.txt
coded with free software