Skip to content

Free For All

thomas edited this page Sep 15, 2016 · 6 revisions

This plugin allows to vote or set a FFA war for next rounds.
On Round start Ts spawn next to CT. CTs & Ts can get Weapon an Move. MapFog is on for better hiding. After nodamage time (def. 30sec) the war CT vs T starts and MapFog disabled.
Or on Round start Ts spawn in open cells with weapons & weaponmenu. (Default)

Commands

sm_ffa - Allows players to vote for a FFA 
sm_setffa - Allows the Admin or warden to set a ffa for next rounds

set your own custom command. take a look at "sm_ffa_cmds_***"

ConVars

sm_ffa_version - Shows the version of the SourceMod plugin MyJailbreak - FFA
sm_ffa_enable: 0 - disabled, 1 - enable the ffa plugin. Default 1
sm_ffa_setw: 0 - disabled, 1 - allow warden to set next round ffa. Default 1
sm_ffa_seta: 0 - disabled, 1 - allow Admin to set next round ffa round. Default 1
sm_ffa_flag: Set flag for admin/vip to set this Event Day. Default g
sm_ffa_rounds: Rounds to play in a row
sm_ffa_allow_lr - enable, Last Request on last round
sm_ffa_vote: 0 - disabled, 1 - allow player to vote for ffa. Default 1
sm_ffa_spawn: 0 - teleport Ts to CT and freeze, 1 - open cell doors an get weapons (need smartjaildoors). Default 0
sm_ffa_roundtime - Roundtime for a single ffa round in minutes. Default 5
sm_ffa_beacon_time - Time in seconds until the beacon turned on (set to 0 to disable)
sm_ffa_trucetime - Time in seconds after freezetime damage is disbaled. Default 30
sm_ffa_cooldown_start - Rounds until event can be start after mapchange. Default 3
sm_ffa_cooldown_day - Rounds until event can be started again. Default 3
sm_ffa_cooldown_admin: 0 - disabled, 1 - ignore the cooldown when admin/vip set ffa round
sm_ffa_sounds_enable: 0 - disabled, 1 - enable sounds. Default 1
sm_ffa_sounds_start: Path to the soundfile which should be played on start. Default "music/MyJailbreak/start.mp3"
sm_ffa_overlays_enable: 0 - disabled, 1 - enable start overlay. Default 1
sm_ffa_overlays_start: Path to the start Overlay DONT TYPE .vmt or .vft. Default "overlays/MyJailbreak/start"

sm_ffa_cmds_vote - Set your custom chat command for Event voting(!ffa (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands)) Default freeforall, dm, deathmatch
sm_ffa_cmds_set - Set your custom chat command for set Event(!ffa (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands)) Default sffa, sfreeforall, sdm

Files

/addons/sourcemod/plugins/MyJailbreak/ffa.smx
/addons/sourcemod/scripting/MyJailbreak/ffa.sp
/addons/sourcemod/translation/MyJailbreak.Ffa.phrases.txt

Clone this wiki locally