Zombie:Reloaded v.3.0 Beta 2

DoSs

Участник
Сообщения
33
Реакции
1
Смари пост выше я там все под оффтоп залил
 

.330d

Участник
Сообщения
257
Реакции
71
Это в моделс
C-подобный:
    "ct_urban"
    {
        "name"      "ct_urban"
        "path"      "models/player/Graw/"
        "team"      "humans"
        "access"    "admins"
        "group"     ""
    }

Playerclasses

C-подобный:
    "human_admin"
    {
        // General
        "enabled"               "yes"
        "team"                  "1"
        "team_default"          "no"
        "flags"                 "1"
        "group"                 ""
        
        "name"                  "Admin"
        "description"           "Admin"
        
        // Model
        "model_path"            "models/player/Graw/ct_urban.mdl"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          ""
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "yes"
        "napalm_time"           "0.0"
        
        // Player behaviour
        "immunity_mode"         "0"
        "immunity_amount"       "0.0"
        "no_fall_damage"        "no"
        
        "health"                "200"
        "health_regen_interval" "1.0"
        "health_regen_amount"   "10"
        "health_infect_gain"    "0"
        "kill_bonus"            "1"
        
        "speed"                 "310"
        "knockback"             "0"
        "jump_height"           "1.1"
        "jump_distance"         "1.1"
    }

Вот попробуй это!
 
  • Мне нравится
Реакции: DoSs

ProMT

Участник
Сообщения
50
Реакции
0
Не работает. Подскажите.
L 01/30/2012 - 14:01:20: SourceMod error session started
L 01/30/2012 - 14:01:20: Info (map "de_dust2") (file "errors_20120130.log")
L 01/30/2012 - 14:01:20: [SM] Unable to load extension "hacks.ext": Older Metamod version required, probably 1.4.x (10 < 14)
L 01/30/2012 - 14:01:20: [SM] Unable to load plugin "zombiereloaded.smx": Required extension "Hacks Extension" file("hacks.ext")
 

Alcone

optizone.ru
Сообщения
318
Реакции
73

.330d

Участник
Сообщения
257
Реакции
71

DoSs

Участник
Сообщения
33
Реакции
1
Почему когда я меняю скорость игрока ну если у него определенный класс,то когда он выберает класс скорость остается прежней.
Как исправить?
 

DoSs

Участник
Сообщения
33
Реакции
1
Не меняется класс в классе police

Вот:

Файл: playerclasses.txt

Оффтоп

Файл zombiereloaded.cfg

Оффтоп
 

Alcone

optizone.ru
Сообщения
318
Реакции
73
После долгой работы сервера, на нем както странно изменилась физика
 
Последнее редактирование:

Sheeper

Участник
Сообщения
41
Реакции
5
Если на карте есть фишки с изменением гравитации, либо кто-то из админов игрался с гравитацией, то такое может произойти. И это может быть на любой игре на движке Source.
 

.330d

Участник
Сообщения
257
Реакции
71
Alcone, Это происходит из за Zstuck или ноблок если sv_turbophysics 0
DoSs, У тебя левый Файл zombiereloaded.cfg
смени его на родной из релоадеда
 
Последнее редактирование:

DoSs

Участник
Сообщения
33
Реакции
1
POMKA<3
Именно как левый?
Я там свои настройки оставлял,ну,что именно там левого?
Ну ладно дай ссылку на нормальный.
 

.330d

Участник
Сообщения
257
Реакции
71
DoSs, Вот мой Конфиг изменишь под себя

Alcone, отключи zr_antistick 0
и еще у тебя стоит плагин мин?, а лучше напиши sm plugins list и покажи
 

Alcone

optizone.ru
Сообщения
318
Реакции
73
DoSs, Вот мой Конфиг изменишь под себя
плагин мин висел но был выключен
Alcone, отключи zr_antistick 0
и еще у тебя стоит плагин мин?, а лучше напиши sm plugins list и покажи
я мины удалил сразу, до этого они были отключены
 
Последнее редактирование:

Solo6669

Участник
Сообщения
60
Реакции
17
Раньше помню был скрипт на клиенте для ZombieMod 2.0, он показывает сколько хп осталось у зомби .
Естли такой на Zombie:Reloaded
//
// TRACKER SCHEME RESOURCE FILE
//
// sections:
// colors - all the colors used by the scheme
// basesettings - contains settings for app to use to draw controls
// fonts - list of all the fonts used by app
// borders - description of all the borders
//
//
Scheme
{
//Name - currently overriden in code
//{
// "Name" "ClientScheme"
//}

//////////////////////// COLORS ///////////////////////////
Colors
{
// base colors
"Orange" "255 176 0 255"
"OrangeDim" "255 176 0 120"
"LightOrange" "188 112 0 128"

"Red" "192 28 0 140"
"Black" "0 0 0 255"
"TransparentBlack" "0 0 0 196"
"TransparentLightBlack" "0 0 0 90"

"Blank" "0 0 0 0"
"ForTesting" "255 0 0 32"
"ForTesting_Magenta" "255 0 255 255"
"ForTesting_MagentaDim" "255 0 255 120"
}

///////////////////// BASE SETTINGS ////////////////////////
// default settings for all panels
// controls use these to determine their settings
BaseSettings
{
// vgui_controls color specifications
Border.Bright "LightOrange" // the lit side of a control
Border.Dark "LightOrange" // the dark/unlit side of a control
Border.Selection "Blank" // the additional border color for displaying the default/selected button
Border.BuyPreset "Orange"


Button.TextColor "Orange"
Button.BgColor "0 0 0 64"
Button.ArmedTextColor "Orange"
Button.ArmedBgColor "Red"
Button.DepressedTextColor "Orange"
Button.DepressedBgColor "Red"

CheckButton.TextColor "Orange"
CheckButton.SelectedTextColor "Orange"
CheckButton.BgColor "TransparentBlack"
CheckButton.Border1 "Border.Dark" // the left checkbutton border
CheckButton.Border2 "Border.Bright" // the right checkbutton border
CheckButton.Check "Orange" // color of the check itself

ComboBoxButton.ArrowColor "Orange"
ComboBoxButton.ArmedArrowColor "Orange"
ComboBoxButton.BgColor "TransparentBlack"
ComboBoxButton.DisabledBgColor "Blank"

Frame.BgColor "TransparentBlack"
Frame.OutOfFocusBgColor "TransparentBlack"
Frame.FocusTransitionEffectTime "0.0" // time it takes for a window to fade in/out on focus/out of focus
Frame.TransitionEffectTime "0.0" // time it takes for a window to fade in/out on open/close
Frame.AutoSnapRange "0"
FrameGrip.Color1 "Blank"
FrameGrip.Color2 "Blank"
FrameTitleButton.FgColor "Blank"
FrameTitleButton.BgColor "Blank"
FrameTitleButton.DisabledFgColor "Blank"
FrameTitleButton.DisabledBgColor "Blank"
FrameSystemButton.FgColor "Blank"
FrameSystemButton.BgColor "Blank"
FrameSystemButton.Icon ""
FrameSystemButton.DisabledIcon ""
FrameTitleBar.TextColor "Orange"
FrameTitleBar.BgColor "Blank"
FrameTitleBar.DisabledTextColor "Orange"
FrameTitleBar.DisabledBgColor "Blank"

GraphPanel.FgColor "Orange"
GraphPanel.BgColor "TransparentBlack"

Label.TextDullColor "Orange"
Label.TextColor "Orange"
Label.TextBrightColor "Orange"
Label.SelectedTextColor "Orange"
Label.BgColor "Blank"
Label.DisabledFgColor1 "Blank"
Label.DisabledFgColor2 "LightOrange"

ListPanel.TextColor "Orange"
ListPanel.BgColor "TransparentBlack"
ListPanel.SelectedTextColor "Black"
ListPanel.SelectedBgColor "Red"
ListPanel.SelectedOutOfFocusBgColor "Red"
ListPanel.EmptyListInfoTextColor "Orange"

Menu.TextColor "Orange"
Menu.BgColor "TransparentBlack"
Menu.ArmedTextColor "Orange"
Menu.ArmedBgColor "Red"
Menu.TextInset "6"

Chat.TypingText "Orange"

Panel.FgColor "OrangeDim"
Panel.BgColor "blank"

HTML.BgColor "Black"

"BuyPreset.BgColor" "0 0 0 128"
"BuyPresetListBox.BgColor" "0 0 0 128"
"Popup.BgColor" "0 0 0 230"

ProgressBar.FgColor "Orange"
ProgressBar.BgColor "TransparentBlack"

PropertySheet.TextColor "Orange"
PropertySheet.SelectedTextColor "Orange"
PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another

RadioButton.TextColor "Orange"
RadioButton.SelectedTextColor "Orange"

RichText.TextColor "Orange"
RichText.BgColor "Blank"
RichText.SelectedTextColor "Orange"
RichText.SelectedBgColor "Blank"

ScrollBarButton.FgColor "Orange"
ScrollBarButton.BgColor "Blank"
ScrollBarButton.ArmedFgColor "Orange"
ScrollBarButton.ArmedBgColor "Blank"
ScrollBarButton.DepressedFgColor "Orange"
ScrollBarButton.DepressedBgColor "Blank"

ScrollBarSlider.FgColor "Blank" // nob color
ScrollBarSlider.BgColor "Blank" // slider background color

SectionedListPanel.HeaderTextColor "Orange"
SectionedListPanel.HeaderBgColor "Blank"
SectionedListPanel.DividerColor "Black"
SectionedListPanel.TextColor "Orange"
SectionedListPanel.BrightTextColor "Orange"
SectionedListPanel.BgColor "TransparentLightBlack"
SectionedListPanel.SelectedTextColor "Black"
SectionedListPanel.SelectedBgColor "Red"
SectionedListPanel.OutOfFocusSelectedTextColor "Black"
SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32"

Slider.NobColor "108 108 108 255"
Slider.TextColor "127 140 127 255"
Slider.TrackColor "31 31 31 255"
Slider.DisabledTextColor1 "117 117 117 255"
Slider.DisabledTextColor2 "30 30 30 255"

TextEntry.TextColor "Orange"
TextEntry.BgColor "TransparentBlack"
TextEntry.CursorColor "Orange"
TextEntry.DisabledTextColor "Orange"
TextEntry.DisabledBgColor "Blank"
TextEntry.SelectedTextColor "Black"
TextEntry.SelectedBgColor "Red"
TextEntry.OutOfFocusSelectedBgColor "Red"
TextEntry.FocusEdgeColor "TransparentBlack"

ToggleButton.SelectedTextColor "Orange"

Tooltip.TextColor "TransparentBlack"
Tooltip.BgColor "Red"

TreeView.BgColor "TransparentBlack"

WizardSubPanel.BgColor "Blank"

// scheme-specific colors
"FgColor" "Orange"
"BgColor" "TransparentBlack"

"ViewportBG" "Blank"
"team0" "204 204 204 255" // Spectators
"team1" "255 64 64 255" // CT's
"team2" "153 204 255 255" // T's

"MapDescriptionText" "Orange" // the text used in the map description window
"CT_Blue" "153 204 255 255"
"T_Red" "255 64 64 255"
"Hostage_Yellow" "Panel.FgColor"
"HudIcon_Green" "0 160 0 255"
"HudIcon_Red" "160 0 0 255"

// CHudMenu
"ItemColor" "255 167 42 200" // default 255 167 42 255
"MenuColor" "233 208 173 255"
"MenuBoxBg" "0 0 0 100"

// weapon selection colors
"SelectionNumberFg" "255 220 0 200"
"SelectionTextFg" "255 220 0 200"
"SelectionEmptyBoxBg" "0 0 0 80"
"SelectionBoxBg" "0 0 0 80"
"SelectionSelectedBoxBg" "0 0 0 190"

// Hint message colors
"HintMessageFg" "255 255 255 255"
"HintMessageBg" "0 0 0 60"

"ProgressBarFg" "255 30 13 255"

// Top-left corner of the "Counter-Strike" on the main screen
"Main.Title1.X" "32"
"Main.Title1.Y" "180"
"Main.Title1.Color" "255 255 255 255"

// Top-left corner of the "SOURCE" on the main screen
"Main.Title2.X" "380"
"Main.Title2.Y" "205"
"Main.Title2.Color" "255 255 255 80"

// Top-left corner of the "BETA" on the main screen
"Main.Title3.X" "460"
"Main.Title3.Y" "-10"
"Main.Title3.Color" "255 255 0 255"

// Top-left corner of the menu on the main screen
"Main.Menu.X" "32"
"Main.Menu.Y" "248"

// Blank space to leave beneath the menu on the main screen
"Main.BottomBorder" "32"
}

//
//////////////////////// FONTS /////////////////////////////
//
// describes all the fonts
Fonts
{
// fonts are used in order that they are listed
// fonts listed later in the order will only be used if they fulfill a range not already filled
// if a font fails to load then the subsequent fonts will replace
"Default"
{
"1"
{
"name" "Verdana"
"tall" "12"
"weight" "900"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "480 599"
}
"2"
{
"name" "Verdana"
"tall" "13"
"weight" "900"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "600 767"
}
"3"
{
"name" "Verdana"
"tall" "14"
"weight" "900"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "768 1023"
"antialias" "1"
}
"4"
{
"name" "Verdana"
"tall" "20"
"weight" "900"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "1024 1199"
"antialias" "1"
}
"5"
{
"name" "Verdana"
"tall" "24"
"weight" "900"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "1200 6000"
"antialias" "1"
}
"6"
{
"name" "Verdana"
"tall" "12"
"range" "0x0000 0x00FF"
"weight" "900"
}
"7"
{
"name" "Arial"
"tall" "12"
"range" "0x0000 0x00FF"
"weight" "800"
}
}
"UiHeadline"
{
"1"
{
"name" "Verdana"
"tall" "14"
"weight" "700"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"antialias" "1"
}
}
"DefaultUnderline"
{
"1"
{
"name" "Tahoma"
"tall" "12"
"weight" "500"
"underline" "1"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
"2"
{
"name" "Arial"
"tall" "11"
"range" "0x0000 0x00FF"
"weight" "800"
}
}
"DefaultSmall"
{
"1"
{
"name" "Verdana"
"tall" "12"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "480 599"
}
"2"
{
"name" "Verdana"
"tall" "13"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "600 767"
}
"3"
{
"name" "Verdana"
"tall" "14"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "768 1023"
"antialias" "1"
}
"4"
{
"name" "Verdana"
"tall" "20"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "1024 1199"
"antialias" "1"
}
"5"
{
"name" "Verdana"
"tall" "24"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "1200 6000"
"antialias" "1"
}
"6"
{
"name" "Arial"
"tall" "12"
"range" "0x0000 0x00FF"
"weight" "0"
}
}
"CSUnderline"
{
"1"
{
"name" "Verdana"
"tall" "12"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "480 599"
"underline" "1"
}
"2"
{
"name" "Verdana"
"tall" "13"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "600 767"
"underline" "1"
}
"3"
{
"name" "Verdana"
"tall" "14"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "768 1023"
"antialias" "1"
"underline" "1"
}
"4"
{
"name" "Verdana"
"tall" "20"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "1024 1199"
"antialias" "1"
"underline" "1"
}
"5"
{
"name" "Verdana"
"tall" "24"
"weight" "0"
"range" "0x0000 0x017F"
"yres" "1200 6000"
"antialias" "1"
"underline" "1"
}
"6"
{
"name" "Arial"
"tall" "12"
"range" "0x0000 0x00FF"
"weight" "0"
"underline" "1"
}
}
"DefaultVerySmall"
{
"1"
{
"name" "Verdana"
"tall" "12"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "480 599"
}
"2"
{
"name" "Verdana"
"tall" "13"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "600 767"
}
"3"
{
"name" "Verdana"
"tall" "14"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "768 1023"
"antialias" "1"
}
"4"
{
"name" "Verdana"
"tall" "20"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "1024 1199"
"antialias" "1"
}
"5"
{
"name" "Verdana"
"tall" "24"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "1200 6000"
"antialias" "1"
}
"6"
{
"name" "Verdana"
"tall" "12"
"range" "0x0000 0x00FF"
"weight" "0"
}
"7"
{
"name" "Arial"
"tall" "11"
"range" "0x0000 0x00FF"
"weight" "0"
}
}
// Used by scoreboard and spectator UI for names which don't map in the normal fashion
"DefaultVerySmallFallBack"
{
"1"
{
"name" "Verdana"
"tall" "10"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "480 599"
"antialias" "1"
}
"2"
{
"name" "Verdana"
"tall" "12"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "600 1199"
"antialias" "1"
}
"3"
{
"name" "Verdana"
"tall" "15"
"weight" "0"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"yres" "1200 6000"
"antialias" "1"
}
}
CenterPrintText
{
"1"
{
"name" "Trebuchet MS"
"tall" "24"
"weight" "900"
"range" "0x0000 0x007F" // Basic Latin
"antialias" "1"
"additive" "1"
}
}
HudHintText
{
"1"
{
"name" "Verdana"
"tall" "12"
"weight" "700"
"yres" "480 599"
}
"2"
{
"name" "Verdana"
"tall" "13"
"weight" "700"
"yres" "600 767"
}
"3"
{
"name" "Verdana"
"tall" "14"
"weight" "700"
"yres" "768 1023"
}
"4"
{
"name" "Verdana"
"tall" "20"
"weight" "700"
"yres" "1024 1199"
}
"5"
{
"name" "Verdana"
"tall" "24"
"weight" "700"
"yres" "1200 10000"
}
}
HudNumbersSmall
{
"1"
{
"name" "Arial"
"tall" "16"
"weight" "1000"
"additive" "1"
"antialias" "1"
"range" "0x0000 0x017F"
}
}

HudSelectionNumbers
{
"1"
{
"name" "Verdana"
"tall" "11"
"weight" "700"
"antialias" "1"
"additive" "1"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
}

HudSelectionText
{
"1"
{
"name" "Verdana"
"tall" "11"
"weight" "700"
"antialias" "1"
"yres" "1 599"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"additive" "1"
}
"2"
{
"name" "Verdana"
"tall" "11"
"weight" "700"
"antialias" "1"
"yres" "600 767"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
"additive" "1"
}
"3"
{
"name" "Verdana"
"tall" "12"
"weight" "900"
"antialias" "1"
"yres" "768 1023"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
"4"
{
"name" "Verdana"
"tall" "16"
"weight" "900"
"antialias" "1"
"yres" "1024 1199"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
"5"
{
"name" "Verdana"
"tall" "17"
"weight" "1000"
"antialias" "1"
"yres" "1200 10000"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
}

BudgetLabel
{
"1"
{
"name" "Courier New"
"tall" "14"
"weight" "400"
"outline" "1"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
}
DebugOverlay
{
"1"
{
"name" "Courier New"
"tall" "14"
"weight" "400"
"outline" "1"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
}
CSType
{
"1"
{
"name" "cs" // cs.ttf
"tall" "80"
"weight" "0"
"additive" "1"
"antialias" "1"
}
}

CSweapons // temporary, for testing. overlaps with CSType, above
{
"1"
{
"name" "Counter-Strike" // Cstrike.ttf
"tall" "70"
"weight" "0"
"additive" "1"
"antialias" "1"
}
}

CSweaponsSmall
{
"1"
{
"name" "Counter-Strike" // Cstrike.ttf
"tall" "60"
"weight" "0"
"additive" "1"
"antialias" "1"
}
}


CSTypeSmall
{
"1"
{
"name" "cs" // cs.ttf
"tall" "40"
"weight" "20"
"additive" "1"
"antialias" "1"
}
}

CSTypelr
{
"1"
{
"name" "cs" // cs.ttf
"tall" "30"
"weight" "0"
"additive" "1"
"antialias" "1"
}
}

CSTypeDeath
{
"1"
{
"name" "csd" // csd.ttf
"tall" "42"
"weight" "0"
"additive" "1"
"antialias" "1"
}
}

Icons
{
"1"
{
"name" "Counter-Strike" // Cstrike.ttf
"tall" "28"
"weight" "0"
"additive" "1"
"antialias" "1"
}
}

ClientTitleFont
{
"1"
{
"name" "Counter-Strike Logo" // CSlogo.ttf
"tall" "60"
"weight" "0"
"additive" "0"
"antialias" "1"
}
}

"BetaFont"
{
"1"
{
"name" "Courier New"
"tall" "90"
"weight" "900"
"range" "0x0000 0x007F" // Basic Latin
"antialias" "1"
"additive" "0"
}
}

HudNumbers
{
"1"
{
"name" "Counter-Strike" // Cstrike.ttf
"tall" "28"
"weight" "0"
"additive" "1"
"antialias" "1"
}
"2"
{
"name" "Verdana"
"tall" "28"
"weight" "0"
"additive" "1"
"antialias" "1"
}
}
"CloseCaption_Normal"
{
"1"
{
"name" "Tahoma"
"tall" "16"
"weight" "500"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
}
"CloseCaption_Italic"
{
"1"
{
"name" "Tahoma"
"tall" "16"
"weight" "500"
"italic" "1"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
}
"CloseCaption_Bold"
{
"1"
{
"name" "Tahoma"
"tall" "16"
"weight" "900"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
}
"CloseCaption_BoldItalic"
{
"1"
{
"name" "Tahoma"
"tall" "16"
"weight" "900"
"italic" "1"
"range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
}
}
// this is the symbol font
"Marlett"
{
"1"
{
"name" "Marlett"
"tall" "11"
"weight" "0"
"symbol" "1"
"range" "0x0000 0x007F" // Basic Latin
}
}
"MenuTitle"
{
"1"
{
"name" "Verdana Bold"
"tall" "18"
"weight" "500"
}
}
"Trebuchet24"
{
"1"
{
"name" "Trebuchet MS"
"tall" "24"
"weight" "900"
"range" "0x0000 0x007F" // Basic Latin
"antialias" "1"
"additive" "1"
}
}
"Trebuchet20"
{
"1"
{
"name" "Trebuchet MS"
"tall" "20"
"weight" "900"
"range" "0x0000 0x007F" // Basic Latin
"antialias" "1"
"additive" "1"
}
}
"Trebuchet18"
{
"1"
{
"name" "Trebuchet MS"
"tall" "18"
"weight" "900"
"range" "0x0000 0x007F" // Basic Latin
"antialias" "1"
"additive" "1"
}
}
"TargetID"
{
"1"
{
"name" "Verdana"
"tall" "12"
"weight" "700"
"yres" "480 599"
"dropshadow" "0"
}
"2"
{
"name" "Verdana"
"tall" "13"
"weight" "700"
"yres" "600 767"
"dropshadow" "0"
}
"3"
{
"name" "Verdana"
"tall" "14"
"weight" "700"
"yres" "768 1023"
"dropshadow" "0"
}
"4"
{
"name" "Verdana"
"tall" "20"
"weight" "700"
"yres" "1024 1199"
"dropshadow" "0"
}
"5"
{
"name" "Verdana"
"tall" "24"
"weight" "700"
"yres" "1200 10000"
"dropshadow" "0"
}
}
"ChatFont"
{
"1"
{
"name" "Verdana"
"tall" "12"
"weight" "700"
"yres" "480 599"
"dropshadow" "1"
}
"2"
{
"name" "Verdana"
"tall" "13"
"weight" "700"
"yres" "600 767"
"dropshadow" "1"
}
"3"
{
"name" "Verdana"
"tall" "14"
"weight" "700"
"yres" "768 1023"
"dropshadow" "1"
}
"4"
{
"name" "Verdana"
"tall" "20"
"weight" "700"
"yres" "1024 1199"
"dropshadow" "1"
}
"5"
{
"name" "Verdana"
"tall" "24"
"weight" "700"
"yres" "1200 10000"
"dropshadow" "1"
}
}
}

//
//////////////////// BORDERS //////////////////////////////
//
// describes all the border types
Borders
{
BaseBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "Border.Dark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Bright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}

TitleButtonBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Dark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}

TitleButtonDisabledBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "BgColor"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "BgColor"
"offset" "1 0"
}
}
Top
{
"1"
{
"color" "BgColor"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "BgColor"
"offset" "0 0"
}
}
}

TitleButtonDepressedBorder
{
"inset" "1 1 1 1"
Left
{
"1"
{
"color" "Border.Dark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Bright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}

ScrollBarButtonBorder
{
"inset" "1 0 0 0"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Dark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}

ScrollBarButtonDepressedBorder
{
"inset" "2 2 0 0"
Left
{
"1"
{
"color" "Border.Dark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Bright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}

ButtonBorder
{
"inset" "0 0 0 0"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Top
{
"1"
{
"color" "Border.Bright"
"offset" "1 1"
}
}

Bottom
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}

FrameBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "ControlBG"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "ControlBG"
"offset" "0 0"
}
}

Top
{
"1"
{
"color" "ControlBG"
"offset" "0 1"
}
}

Bottom
{
"1"
{
"color" "ControlBG"
"offset" "0 0"
}
}
}

TabBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Dark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}

TabActiveBorder
{
"inset" "0 0 1 0"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}

Right
{
"1"
{
"color" "Border.Dark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "ControlBG"
"offset" "6 2"
}
}
}


ToolTipBorder
{
"inset" "0 0 1 0"
Left
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Right
{
"1"
{
"color" "Border.Dark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}

// this is the border used for default buttons (the button that gets pressed when you hit enter)
ButtonKeyFocusBorder
{
"inset" "0 0 0 0"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Top
{
"1"
{
"color" "Border.Bright"
"offset" "1 1"
}
}

Bottom
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}

ButtonDepressedBorder
{
"inset" "0 0 0 0"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Top
{
"1"
{
"color" "Border.Bright"
"offset" "1 1"
}
}

Bottom
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}

ComboBoxBorder
{
"inset" "0 0 1 1"
Left
{
"1"
{
"color" "Border.Dark"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Bright"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}

MenuBorder
{
"inset" "1 1 1 1"
Left
{
"1"
{
"color" "Border.Bright"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Dark"
"offset" "1 0"
}
}

Top
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}
}
BrowserBorder
{
"inset" "0 0 0 0"
Left
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Right
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}

Top
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Bottom
{
"1"
{
"color" "Border.Bright"
"offset" "0 0"
}
}
}

BuyPresetBorder
{
"inset" "0 0 0 0"
Left
{
"1"
{
"color" "Border.BuyPreset"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.BuyPreset"
"offset" "0 0"
}
}

Top
{
"1"
{
"color" "Border.BuyPreset"
"offset" "1 1"
}
}

Bottom
{
"1"
{
"color" "Border.BuyPreset"
"offset" "0 0"
}
}
}

BuyPresetButtonBorder
{
"inset" "0 0 0 0"
Left
{
"1"
{
"color" "Blank"
"offset" "0 1"
}
}

Right
{
"1"
{
"color" "Border.Dark"
"offset" "0 0"
}
}

Top
{
"1"
{
"color" "Border.Bright"
"offset" "1 1"
}
}

Bottom
{
"1"
{
"color" "Blank"
"offset" "0 0"
}
}
}
}

//////////////////////// CUSTOM FONT FILES /////////////////////////////
//
// specifies all the custom (non-system) font files that need to be loaded to service the above described fonts
CustomFontFiles
{
"1" "resource/cs.ttf"
"2" "resource/csd.ttf"
"3" "resource/Cstrike.ttf"
"4" "resource/CSlogo.ttf"
}
}
Был похож на этот
 
Последнее редактирование:

.330d

Участник
Сообщения
257
Реакции
71
я мины удалил сразу, до этого они были отключены
01 "RandomCycle" (1.4.0-dev) by AlliedModders LLC
02 "SMAC Anti-Speedhack" (0.7.5.8) by GoD-Tony
03 "Basic Info Triggers" (1.4.2-dev) by AlliedModders LLC
04 "SMAC Aimbot Detector" (0.7.5.8) by GoD-Tony
05 "Extended mapconfig package" (1.0) by Milo
06 "SQL Admin Manager" (1.4.2-dev) by AlliedModders LLC
07 "SMAC AutoTrigger Detector" (0.7.5.8) by GoD-Tony
08 "Name Checker" (1.5) by Silent_Water
09 "SMAC Command Monitor" (0.7.5.8) by GoD-Tony, psychonic, Kigen
10 "SMAC CS:S Anti-Flash" (0.7.5.8) by GoD-Tony
11 "Fun Commands" (1.4.2-dev) by AlliedModders LLC
12 "Admin Menu" (1.4.2-dev) by AlliedModders LLC
13 "SM Parachute" (2.5) by SWAT_88
14 "Admin File Reader" (1.4.2-dev) by AlliedModders LLC
15 "Radio Spam Block" (1.0.0) by exvel
16 "Basic Votes" (1.4.2-dev) by AlliedModders LLC
17 "Cheater Buster Tools" (1.2.1) by KawMAN
18 "Admin Help" (1.4.2-dev) by AlliedModders LLC
19 "AFK Manager" (3.4.3) by Rothgar
20 "SMAC CS:S Anti-Rejoin" (0.7.5.8) by Kigen
21 "REGEX word filter" (1.2) by Twilight Suzuka
22 "Grenade Effects" (1.7) by FrozDark (HLModders.ru LLC)
23 "Admin loggin" (1.0) by vIr-Dan
24 "IP Range Ban" (0.0.1) by Seather
25 "SourceBans" (1.4.7) by InterWave Studios Development Team
26 "Fun Votes" (1.4.2-dev) by AlliedModders LLC
27 "MapChooser" (1.3.7-dev) by AlliedModders LLC
28 "gameME Plugin" (3.9) by TTS Oetzel & Goerz GmbH
29 "SQL Admins (Prefetch)" (1.4.2-dev) by AlliedModders LLC
30 "Sound Commands" (1.4.2-dev) by AlliedModders LLC
31 "Spray Tracer" (5.8) by Nican132, CptMoore, Lebson506th
32 "Fake sv_downloadurl to players" (1.0) by Bacardi
33 "Zombie:Reloaded" (3.0.0-b2) by Greyscale | Richard Helgeby
34 "Player Commands" (1.4.2-dev) by AlliedModders LLC
35 "SMAC Client Protection" (0.7.5.8) by GoD-Tony, psychonic, Kigen
36 "Anti-Flood" (1.4.2-dev) by AlliedModders LLC
37 "Show Damage" (1.0.7) by exvel
38 "AdsQL Advertisements System" (1.7.8) by PharaohsPaw
39 "SMAC Eye Angle Test" (0.7.5.8) by GoD-Tony, psychonic
40 "Ban disconnected players" (1.04) by mad_hamster
41 "Basic Comm Control" (1.4.2-dev) by AlliedModders LLC
42 "Round and Map End Sound" (2.4.5) by FrozDark (HLModders.ru LLC)
43 "ExtendedComm" (3.0.5) by Twisted|Panda
44 "SMAC Rcon Locker" (0.7.5.8) by GoD-Tony, Kigen
45 "SMAC ConVar Checker" (0.7.5.8) by GoD-Tony, psychonic, Kigen
46 "Auto !zspawn" (1.0.1) by Darkthrone, Otstrel Team, TigerOx, TechKnow, AlliedModders LLC
47 "PlayersList" (0.4) by O!KAK
48 "SMAC KAC Global Banlist" (0.7.5.8) by Kigen
49 "Reserved Slots" (1.4.2-dev) by AlliedModders LLC
50 "Client Preferences" (1.4.2-dev) by AlliedModders LLC
51 "Basic Chat" (1.4.2-dev) by AlliedModders LLC
52 "Nextmap" (1.4.2-dev) by AlliedModders LLC
53 "SourceMod Anti-Cheat" (0.7.5.8) by GoD-Tony, psychonic
54 "SMAC CS:S Anti-Smoke" (0.7.5.8) by GoD-Tony
55 "Basic Commands" (1.4.2-dev) by AlliedModders LLC
56 "Custom Votes" (0.5.6) by chundo


вроде слету ничего такого нету, покажи квары по физике

Добавлено через 59 минут
Solo6669,
Ты хоть скрин бы показал
 
Последнее редактирование:
Сверху Снизу