View Single Post
Plugin Info:     Modification:          Category:         
dubstep_cs
Junior Member
Join Date: Mar 2011
Old 03-15-2011 , 04:33   DeathRun Duel 1.3
Reply With Quote #1

DeathRun Duel 1.3
Autor: Shidla [SGC]
Version: 1.3
Language: rus + eng (lang file)

Requests:
Code:
<amxmodx>
<fakemeta>
<hamsandwich>
<cstrike>
Description:
ENGLISH
Plug-in-addition to DeathRun.
Allows the last CT to start a duel mode, and the weapon on a choice is offered to it. And just the same weapon is given to the terrorist.
During duel players can't select and change the weapon.
For duel start write in a chat "/duel"
RUSSIAN
Плагин-дополнение к DeathRun.
Позволяет последнему CT запускать режим дуэли, и ему предлагается оружие на выбор. Причём точно такое же оружие даётся террористу.
Во время дуэли игроки не могут подбирать и менять оружия.
Для запуска дуэли напишите в чате "/duel"

Settings and CVAR's
Color of rendering of models of players (rus: цвет ренедринга моделей игроков)
Code:
new const CT_Aura[] = { 0, 0, 250 }
new const T_Aura[] = { 250, 0, 0 }
The list of sounds which are reproduced after it is possible to start to shoot. (rus: список звуков, которые воспроизводятся после того, как можно начинать стрелять.)
Code:
new const s_StartDuel[][] = { "vox/bizwarn.wav" }
Ammo for scout. (rus: патроны для scout)
Code:
dr_duel_scout_bpammo 200
Ammo for Deagle. (rus: патроны для deagle)
Code:
dr_duel_deagle_bpammo 50
Ammo for AWP. (rus: патроны для AWP)
Code:
dr_duel_awp_bpammo 100
HP established to players. (rus: число жизней, устанавливаемое игрокам)
Code:
dr_duel_player_hp 100
Time prior to the beginning of duel (immortality and readout). (rus: время до начала дуэли(бессмертие и отсчёт))
Code:
dr_duel_timeout 5
1 - in a holder on one cartridge; 0 - a standard stock in a holder. (rus: 1 - в обойме по одному патрону; 0 - стандартный запас в обойме)
Code:
dr_duel_one_shot 1
To disconnect to terrorists possibility to activate the button. (rus: отключить террористам возможность активировать кнопки)
Code:
dr_duel_buttons_disable 1
Attached Files
File Type: zip dr_duel_1.3.zip (26.5 KB, 4825 views)
File Type: sma Get Plugin or Get Source (dr_duel_CT_Only.sma - 5901 views - 17.7 KB)
dubstep_cs is offline