Deathrun Manager
By xPaw
Logo by Kryzu
.: Description :.
Deathrun Manager for cs and cz, well you cant play deathrun in other games.: Cvars :.
This plugin manages your deathrun server by doing the following things:
Will automatically transfer one RANDOM person from the Counter-Terrorists team over to the Terrorists
Will turn off/on radio commands (with cvar)
Will turn off/on spraying (for those noobs who use spray on breakables)
Will restart round if no terrorist detected
Will check every 15 secs & on player disconnect (if a Terrorist disconnects then will restart round)
Will remove players weapons on new round.
Life System
You will gain one life point when you will kill enemy, This life point will be spend when you die.
< 1 = on || 0 = off >.: What included in my DRM? :.
Turn on/off the plugin
deathrun_toggle 1/0 <default: 1>
Turn on/off the spray blocker
deathrun_spray 1/0 <default: 1>
Turn on/off the radio commands blocker
deathrun_radio 1/0 <default: 1>
Turn on/off giving USP for CT's
deathrun_giveusp 1/0 <default: 1>
Turn on/off removing buyzone
deathrun_removebz 1/0 <default: 1>
Turn on/off remove money and timer from hud
deathrun_hidehud 1/0 <default: 1>
Turn on/off blocking money, if yes, player always will have 0$
deathrun_blockmoney 1/0 <default: 1>
Block or enable 'kill' command for CTs (1 - blocked, 0 - enabled)
deathrun_blockkill 1/0 <default: 1>
Turn on/off the semiclip
deathrun_semiclip 1/0 <default: 1>
Turn on/off the life system, if set to 2, terrorist for winning team will get also 1 life point.
deathrun_lifesystem 2/1/0 <default: 1>
If 1 then gamename will be changed to 'Deathrun v3.0'
deathrun_gamename 1/0 <default: 1>
Turn on/off block no fall damage for terrorists
deathrun_terrnfd 1/0 <default: 1>
- Semiclip by danielkza
- Remove BuyZones by VEN
- Game NameChanger
- Spray Blocker
- Radio Commands Blocker
- No Roundtimer & Money in HUD
.: Credits :.
- Grim - Original code
- coderiz - His tp fix plugin, used it for trigger_hurt.
- danielkza - The Semiclip code
- TeddyDesTodes - Original Life System idea.
.: Recommended Plugins :.
- Lock Buttons - This plugin allow Terrorists on deathrun maps to lock buttons
- Automatic Unstucking - prevent your players from getting stucked.
- Team Join Management - change tjm_join_team to 2 & tjm_block_change to 1
- Linux func_rotating bug fixer - plugin fixes func_rotating on linux server.
- Reset buttons at round start - This plugin will reset buttons at round start/restart so it will be fair for terrorists
.: Changing Messages prefixes :.
The standart prefix for chat messages is [Deathrun], but you can change it. Line 23. Change [Deathrun] to what you want.: Changing Fake Player's Name :.
And recompile the plugin !PHP Code:// Messages prefixnew const g_szPrefix[ ] = "[Deathrun]";
Line 20: Change DRM Fake Player to what you want.: Removing Fake Player :.
And recompile the plugin !PHP Code:// Bot namenew const g_szBotName[ ] = "DRM Fake Player";
You simply need to comment line 17.
toPHP Code:#define FAKE_PLAYER
And recompile the plugin, if you removed fakeplayer, do not complain about timeleft resets !!PHP Code:// #define FAKE_PLAYER
0 nhận xét:
Post a Comment