-
Notifications
You must be signed in to change notification settings - Fork 36
No Scope
thomas edited this page May 23, 2018
·
6 revisions
This plugin allows players to vote and warden or admin to start this or next round the event day noscope
On Round start cells open everybody got sniper rifle with noscope and low gravity. Nodamage time (def. 30sec).
Commands
sm_noscope - Allows players to vote for a noscope
sm_setnoscope - Allows the Admin or warden to set noscope as next round
set your own custom command. take a look at "sm_noscope_cmds_***"
ConVars
// 0 - disabled, 1 - enable this MyJailbreak SourceMod plugin
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_enable "1"
// Set your chat prefix for this plugin.
// -
// Default: "[{green}MyJB.NoScope{default}]"
sm_noscope_prefix "[{green}MyJB.NoScope{default}]"
// Set your custom chat command for Event voting(!noscope (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands))
// -
// Default: "scope, ns"
sm_noscope_cmds_vote "scope, ns"
// Set your custom chat command for set Event(!setnoscope (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands))
// -
// Default: "sscope, sns"
sm_noscope_cmds_set "sscope, sns"
// 0 - disabled, 1 - allow warden to set noscope round
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_warden "1"
// 0 - disabled, 1 - allow admin/vip to set noscope round
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_admin "1"
// Set flag for admin/vip to set this Event Day.
// -
// Default: "g"
sm_noscope_flag "g"
// 0 - disabled, 1 - allow player to vote for noscope
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_vote "1"
// 0 - T teleport to CT spawn, 1 - cell doors auto open
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_spawn "1"
// When admin set event (!setnoscope) = 0 - start event next round, 1 - start event current round
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_begin_admin "1"
// When warden set event (!setnoscope) = 0 - start event next round, 1 - start event current round
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_begin_warden "1"
// When users vote for event (!noscope) = 0 - start event next round, 1 - start event current round
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_begin_vote "0"
// When warden/admin start eventday voting (!sm_voteday) and event wins = 0 - start event next round, 1 - start event current round
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_begin_daysvote "0"
// 0 - start event in current round from current player positions, 1 - teleport players to spawn when start event on current round(only when sm_*_begin_admin, sm_*_begin_warden, sm_*_begin_vote or sm_*_begin_daysvote is on '1')
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_teleport_spawn "0"
// Rounds to play in a row
// -
// Default: "1"
// Minimum: "1.000000"
sm_noscope_rounds "1"
// 1 - ssg08 / 2 - awp / 3 - scar20 / 4 - g3sg1
// -
// Default: "1"
// Minimum: "1.000000"
// Maximum: "4.000000"
sm_noscope_weapon "1"
// get a random weapon (ssg08, awp, scar20, g3sg1) ignore: sm_noscope_weapon
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_random "1"
// 0 - disabled, 1 - enable low Gravity for noscope
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_gravity "1"
// Ratio for Gravity 1.0 earth 0.5 moon
// -
// Default: "0.3"
// Minimum: "0.100000"
// Maximum: "1.000000"
sm_noscope_gravity_value "0.3"
// Round time in minutes for a single noscope round
// -
// Default: "5"
// Minimum: "1.000000"
sm_noscope_roundtime "5"
// Time in seconds until the beacon turned on (set to 0 to disable)
// -
// Default: "240"
// Minimum: "0.000000"
sm_noscope_beacon_time "240"
// Time in seconds players can't deal damage
// -
// Default: "15"
// Minimum: "0.000000"
sm_noscope_trucetime "15"
// Rounds cooldown after a event until event can be start again
// -
// Default: "3"
// Minimum: "0.000000"
sm_noscope_cooldown_day "3"
// Rounds until event can be start after mapchange.
// -
// Default: "3"
// Minimum: "0.000000"
sm_noscope_cooldown_start "3"
// 0 - disabled, 1 - ignore the cooldown when admin/vip set noscope round
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_cooldown_admin "1"
// 0 - disabled, 1 - enable sounds
// -
// Default: "1"
// Minimum: "0.100000"
// Maximum: "1.000000"
sm_noscope_sounds_enable "1"
// Path to the soundfile which should be played for a start.
// -
// Default: "music/MyJailbreak/start.mp3"
sm_noscope_sounds_start "music/MyJailbreak/start.mp3"
// 0 - disabled, 1 - enable overlays
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_overlays_enable "1"
// Path to the start Overlay DONT TYPE .vmt or .vft
// -
// Default: "overlays/MyJailbreak/start"
sm_noscope_overlays_start "overlays/MyJailbreak/start"
// 0 - disabled, 1 - enable LR for last round and end eventday
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_noscope_allow_lr "0"
Files
/addons/sourcemod/plugins/MyJailbreak/noscope.smx
/addons/sourcemod/scripting/MyJailbreak/noscope.sp
/addons/sourcemod/translation/MyJailbreak.NoScope.phrases.txt
coded with free software