RUSTIC
Участник
- Сообщения
- 147
- Реакции
- 3
У меня такой прикол
Прописываю это все равно появляется полное меню и "AWP" короче как будто ни чего не прописывал.Потом ставлю это
Все равно меню показывает и можно оружие взять,в чем прикол подскажите???
Это мой еррор
А это лог
Andrey,извеняюсь не знал.
Все сделал,сам тупанул,забыл добавить "equip",ещё раз извеняюсь=))
"Equipment"
{
"Settings"
{
// Allow clients to say "guns" to restore their menu.
// This is disabled if the menu isn't drawn.
//
"guns_command" "yes"
}
//
// Enable or disable menus here.
// For the primary and secondary gun menus, you can use:
// "no" - Completely disable the menus
// "yes" - Enable the menus
// "random" - Pick a random weapon from the menus automatically for players
//
"Menus"
{
// Primary gun menu
"primary" "yes"
// Secondary gun menu
"secondary" "yes"
// Normal CS:S buy menu/commands
"buy" "no"
}
//
// Automatic things to give on spawn.
//
"AutoItems"
{
// Health amount to give
"health" "100"
// Armor amount to give
"armor" "100"
// Whether to give a helme
"helmet" "yes"
// Number of flashbangs to give
"flashbangs" "0"
// Whether to give a smoke grenade
"smokegrenade" "no"
// Whether to give an HE grenade
"hegrenade" "yes"
// whether to give defusekits to CTs
"defusekits" "yes"
}
//
// Items listed here will be automatically given to bots.
// If multiple weapons exist from one category (primary/secondary),
// then a random item will be chosen from that category. If the same
// weapon is added more than once, it increases its chances of being
// picked. No more than 32 weapons can be added to either the secondary
// or the primary pool.
//
"BotItems"
{
"weapon" "ak47"
"weapon" "m4a1"
"weapon" "no"
"weapon" "galil"
"weapon" "aug"
"weapon" "deagle"
"health" "100"
"armor" "100"
"helmet" "yes"
"flashbangs" "0"
"smokegrenade" "no"
"hegrenade" "yes"
"defusekits" "no"
}
//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"SecondaryMenu"
{
"weapon" "usp"
"weapon" "glock"
"weapon" "deagle"
"weapon" "p228"
"weapon" "elite"
"weapon" "fiveseven"
}
//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"PrimaryMenu"
{
"weapon" "m4a1"
"weapon" "ak47"
"weapon" "no"
"weapon" "scout"
"weapon" "sg552"
"weapon" "galil"
"weapon" "famas"
"weapon" "sg550"
"weapon" "aug"
"weapon" "m249"
"weapon" "g3sg1"
"weapon" "ump45"
"weapon" "mp5navy"
"weapon" "m3"
"weapon" "xm1014"
"weapon" "tmp"
"weapon" "mac10"
"weapon" "p90"
}
}
{
"Settings"
{
// Allow clients to say "guns" to restore their menu.
// This is disabled if the menu isn't drawn.
//
"guns_command" "yes"
}
//
// Enable or disable menus here.
// For the primary and secondary gun menus, you can use:
// "no" - Completely disable the menus
// "yes" - Enable the menus
// "random" - Pick a random weapon from the menus automatically for players
//
"Menus"
{
// Primary gun menu
"primary" "yes"
// Secondary gun menu
"secondary" "yes"
// Normal CS:S buy menu/commands
"buy" "no"
}
//
// Automatic things to give on spawn.
//
"AutoItems"
{
// Health amount to give
"health" "100"
// Armor amount to give
"armor" "100"
// Whether to give a helme
"helmet" "yes"
// Number of flashbangs to give
"flashbangs" "0"
// Whether to give a smoke grenade
"smokegrenade" "no"
// Whether to give an HE grenade
"hegrenade" "yes"
// whether to give defusekits to CTs
"defusekits" "yes"
}
//
// Items listed here will be automatically given to bots.
// If multiple weapons exist from one category (primary/secondary),
// then a random item will be chosen from that category. If the same
// weapon is added more than once, it increases its chances of being
// picked. No more than 32 weapons can be added to either the secondary
// or the primary pool.
//
"BotItems"
{
"weapon" "ak47"
"weapon" "m4a1"
"weapon" "no"
"weapon" "galil"
"weapon" "aug"
"weapon" "deagle"
"health" "100"
"armor" "100"
"helmet" "yes"
"flashbangs" "0"
"smokegrenade" "no"
"hegrenade" "yes"
"defusekits" "no"
}
//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"SecondaryMenu"
{
"weapon" "usp"
"weapon" "glock"
"weapon" "deagle"
"weapon" "p228"
"weapon" "elite"
"weapon" "fiveseven"
}
//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"PrimaryMenu"
{
"weapon" "m4a1"
"weapon" "ak47"
"weapon" "no"
"weapon" "scout"
"weapon" "sg552"
"weapon" "galil"
"weapon" "famas"
"weapon" "sg550"
"weapon" "aug"
"weapon" "m249"
"weapon" "g3sg1"
"weapon" "ump45"
"weapon" "mp5navy"
"weapon" "m3"
"weapon" "xm1014"
"weapon" "tmp"
"weapon" "mac10"
"weapon" "p90"
}
}
Прописываю это все равно появляется полное меню и "AWP" короче как будто ни чего не прописывал.Потом ставлю это
"Equipment"
{
"Settings"
{
// Allow clients to say "guns" to restore their menu.
// This is disabled if the menu isn't drawn.
//
"guns_command" "no"
}
//
// Enable or disable menus here.
// For the primary and secondary gun menus, you can use:
// "no" - Completely disable the menus
// "yes" - Enable the menus
// "random" - Pick a random weapon from the menus automatically for players
//
"Menus"
{
// Primary gun menu
"primary" "no"
// Secondary gun menu
"secondary" "no"
// Normal CS:S buy menu/commands
"buy" "no"
}
//
// Automatic things to give on spawn.
//
"AutoItems"
{
// Health amount to give
"health" "100"
// Armor amount to give
"armor" "100"
// Whether to give a helme
"helmet" "no"
// Number of flashbangs to give
"flashbangs" "0"
// Whether to give a smoke grenade
"smokegrenade" "no"
// Whether to give an HE grenade
"hegrenade" "no"
// whether to give defusekits to CTs
"defusekits" "no"
}
//
// Items listed here will be automatically given to bots.
// If multiple weapons exist from one category (primary/secondary),
// then a random item will be chosen from that category. If the same
// weapon is added more than once, it increases its chances of being
// picked. No more than 32 weapons can be added to either the secondary
// or the primary pool.
//
"BotItems"
{
"weapon" "random"
"health" "100"
"armor" "no"
"helmet" "no"
"flashbangs" "0"
"smokegrenade" "no"
"hegrenade" "no"
"defusekits" "no"
}
//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"SecondaryMenu"
{
"weapon" "no"
}
//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"PrimaryMenu"
{
"weapon" "no"
}
}
{
"Settings"
{
// Allow clients to say "guns" to restore their menu.
// This is disabled if the menu isn't drawn.
//
"guns_command" "no"
}
//
// Enable or disable menus here.
// For the primary and secondary gun menus, you can use:
// "no" - Completely disable the menus
// "yes" - Enable the menus
// "random" - Pick a random weapon from the menus automatically for players
//
"Menus"
{
// Primary gun menu
"primary" "no"
// Secondary gun menu
"secondary" "no"
// Normal CS:S buy menu/commands
"buy" "no"
}
//
// Automatic things to give on spawn.
//
"AutoItems"
{
// Health amount to give
"health" "100"
// Armor amount to give
"armor" "100"
// Whether to give a helme
"helmet" "no"
// Number of flashbangs to give
"flashbangs" "0"
// Whether to give a smoke grenade
"smokegrenade" "no"
// Whether to give an HE grenade
"hegrenade" "no"
// whether to give defusekits to CTs
"defusekits" "no"
}
//
// Items listed here will be automatically given to bots.
// If multiple weapons exist from one category (primary/secondary),
// then a random item will be chosen from that category. If the same
// weapon is added more than once, it increases its chances of being
// picked. No more than 32 weapons can be added to either the secondary
// or the primary pool.
//
"BotItems"
{
"weapon" "random"
"health" "100"
"armor" "no"
"helmet" "no"
"flashbangs" "0"
"smokegrenade" "no"
"hegrenade" "no"
"defusekits" "no"
}
//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"SecondaryMenu"
{
"weapon" "no"
}
//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"PrimaryMenu"
{
"weapon" "no"
}
}
L 06/08/2011 - 22:19:23: SourceMod error session started
L 06/08/2011 - 22:19:23: Info (map "aim_deagle7k") (file "errors_20110608.log")
L 06/08/2011 - 22:19:23: [cssdm/dm_preset_spawns.smx] Could not find spawn point file "cfg/cssdm/spawns/aim_deagle7k.txt"
L 06/08/2011 - 22:19:23: [cssdm/dm_preset_spawns.smx] Defaulting to map-based spawns!
L 06/08/2011 - 22:20:59: Error log file session closed.
L 06/08/2011 - 22:21:00: SourceMod error session started
L 06/08/2011 - 22:21:00: Info (map "$2000$") (file "errors_20110608.log")
L 06/08/2011 - 22:21:00: [cssdm/dm_preset_spawns.smx] Could not find spawn point file "cfg/cssdm/spawns/$2000$.txt"
L 06/08/2011 - 22:21:00: [cssdm/dm_preset_spawns.smx] Defaulting to map-based spawns!
L 06/08/2011 - 22:41:32: SourceMod error session started
L 06/08/2011 - 22:41:32: Info (map "aim_deagle7k") (file "errors_20110608.log")
L 06/08/2011 - 22:41:32: [cssdm/dm_preset_spawns.smx] Could not find spawn point file "cfg/cssdm/spawns/aim_deagle7k.txt"
L 06/08/2011 - 22:41:32: [cssdm/dm_preset_spawns.smx] Defaulting to map-based spawns!
L 06/08/2011 - 22:43:20: Error log file session closed.
L 06/08/2011 - 22:43:21: SourceMod error session started
L 06/08/2011 - 22:43:21: Info (map "aim_akm4ruins2") (file "errors_20110608.log")
L 06/08/2011 - 22:43:21: [cssdm/dm_preset_spawns.smx] Could not find spawn point file "cfg/cssdm/spawns/aim_akm4ruins2.txt"
L 06/08/2011 - 22:43:21: [cssdm/dm_preset_spawns.smx] Defaulting to map-based spawns!
L 06/08/2011 - 22:43:56: Error log file session closed.
L 06/08/2011 - 22:43:57: SourceMod error session started
L 06/08/2011 - 22:43:57: Info (map "fy_summer_source") (file "errors_20110608.log")
L 06/08/2011 - 22:43:57: [cssdm/dm_preset_spawns.smx] Could not find spawn point file "cfg/cssdm/spawns/fy_summer_source.txt"
L 06/08/2011 - 22:43:57: [cssdm/dm_preset_spawns.smx] Defaulting to map-based spawns!
L 06/08/2011 - 22:19:23: Info (map "aim_deagle7k") (file "errors_20110608.log")
L 06/08/2011 - 22:19:23: [cssdm/dm_preset_spawns.smx] Could not find spawn point file "cfg/cssdm/spawns/aim_deagle7k.txt"
L 06/08/2011 - 22:19:23: [cssdm/dm_preset_spawns.smx] Defaulting to map-based spawns!
L 06/08/2011 - 22:20:59: Error log file session closed.
L 06/08/2011 - 22:21:00: SourceMod error session started
L 06/08/2011 - 22:21:00: Info (map "$2000$") (file "errors_20110608.log")
L 06/08/2011 - 22:21:00: [cssdm/dm_preset_spawns.smx] Could not find spawn point file "cfg/cssdm/spawns/$2000$.txt"
L 06/08/2011 - 22:21:00: [cssdm/dm_preset_spawns.smx] Defaulting to map-based spawns!
L 06/08/2011 - 22:41:32: SourceMod error session started
L 06/08/2011 - 22:41:32: Info (map "aim_deagle7k") (file "errors_20110608.log")
L 06/08/2011 - 22:41:32: [cssdm/dm_preset_spawns.smx] Could not find spawn point file "cfg/cssdm/spawns/aim_deagle7k.txt"
L 06/08/2011 - 22:41:32: [cssdm/dm_preset_spawns.smx] Defaulting to map-based spawns!
L 06/08/2011 - 22:43:20: Error log file session closed.
L 06/08/2011 - 22:43:21: SourceMod error session started
L 06/08/2011 - 22:43:21: Info (map "aim_akm4ruins2") (file "errors_20110608.log")
L 06/08/2011 - 22:43:21: [cssdm/dm_preset_spawns.smx] Could not find spawn point file "cfg/cssdm/spawns/aim_akm4ruins2.txt"
L 06/08/2011 - 22:43:21: [cssdm/dm_preset_spawns.smx] Defaulting to map-based spawns!
L 06/08/2011 - 22:43:56: Error log file session closed.
L 06/08/2011 - 22:43:57: SourceMod error session started
L 06/08/2011 - 22:43:57: Info (map "fy_summer_source") (file "errors_20110608.log")
L 06/08/2011 - 22:43:57: [cssdm/dm_preset_spawns.smx] Could not find spawn point file "cfg/cssdm/spawns/fy_summer_source.txt"
L 06/08/2011 - 22:43:57: [cssdm/dm_preset_spawns.smx] Defaulting to map-based spawns!
Это мой еррор
А это лог
L 06/08/2011 - 22:08:41: -------- Mapchange to fy_summer_source --------
L 06/08/2011 - 22:08:46: [randomcycle.smx] RandomCycle has chosen awp_$2000$ for the nextmap.
L 06/08/2011 - 22:19:21: SourceMod log file session started (file "L20110608.log") (Version "1.3.7")
L 06/08/2011 - 22:19:21: -------- Mapchange to aim_deagle7k --------
L 06/08/2011 - 22:19:22: [GEOIP] GeoIP database info: GEO-106FREE 20091001 Build 1 Copyright (c) 2009 MaxMind Inc All Rights Reserved
L 06/08/2011 - 22:19:28: [randomcycle.smx] RandomCycle has chosen fy_summer_source for the nextmap.
L 06/08/2011 - 22:20:53: [basevotes.smx] "Р СѓСЃС‚<2><STEAM_0:1:29599414><>" initiated a map vote.
L 06/08/2011 - 22:20:54: [basevotes.smx] Changing map to $2000$ due to vote.
L 06/08/2011 - 22:20:59: [SM] Changed map to "$2000$"
L 06/08/2011 - 22:20:59: -------- Mapchange to $2000$ --------
L 06/08/2011 - 22:21:05: [randomcycle.smx] RandomCycle has chosen scout_1337 for the nextmap.
L 06/08/2011 - 22:41:31: SourceMod log file session started (file "L20110608.log") (Version "1.3.7")
L 06/08/2011 - 22:41:31: -------- Mapchange to aim_deagle7k --------
L 06/08/2011 - 22:41:31: [GEOIP] GeoIP database info: GEO-106FREE 20091001 Build 1 Copyright (c) 2009 MaxMind Inc All Rights Reserved
L 06/08/2011 - 22:41:38: [randomcycle.smx] RandomCycle has chosen awp_lego_flf for the nextmap.
L 06/08/2011 - 22:43:14: [basevotes.smx] "Р СѓСЃС‚<2><STEAM_0:1:29599414><>" initiated a map vote.
L 06/08/2011 - 22:43:15: [basevotes.smx] Changing map to aim_akm4ruins2 due to vote.
L 06/08/2011 - 22:43:20: [SM] Changed map to "aim_akm4ruins2"
L 06/08/2011 - 22:43:20: -------- Mapchange to aim_akm4ruins2 --------
L 06/08/2011 - 22:43:26: [randomcycle.smx] RandomCycle has chosen scout_1337 for the nextmap.
L 06/08/2011 - 22:43:50: [basevotes.smx] "Р СѓСЃС‚<2><STEAM_0:1:29599414><>" initiated a map vote.
L 06/08/2011 - 22:43:51: [basevotes.smx] Changing map to fy_summer_source due to vote.
L 06/08/2011 - 22:43:56: [SM] Changed map to "fy_summer_source"
L 06/08/2011 - 22:43:56: -------- Mapchange to fy_summer_source --------
L 06/08/2011 - 22:44:02: [randomcycle.smx] RandomCycle has chosen aim_00 for the nextmap.
L 06/08/2011 - 22:08:46: [randomcycle.smx] RandomCycle has chosen awp_$2000$ for the nextmap.
L 06/08/2011 - 22:19:21: SourceMod log file session started (file "L20110608.log") (Version "1.3.7")
L 06/08/2011 - 22:19:21: -------- Mapchange to aim_deagle7k --------
L 06/08/2011 - 22:19:22: [GEOIP] GeoIP database info: GEO-106FREE 20091001 Build 1 Copyright (c) 2009 MaxMind Inc All Rights Reserved
L 06/08/2011 - 22:19:28: [randomcycle.smx] RandomCycle has chosen fy_summer_source for the nextmap.
L 06/08/2011 - 22:20:53: [basevotes.smx] "Р СѓСЃС‚<2><STEAM_0:1:29599414><>" initiated a map vote.
L 06/08/2011 - 22:20:54: [basevotes.smx] Changing map to $2000$ due to vote.
L 06/08/2011 - 22:20:59: [SM] Changed map to "$2000$"
L 06/08/2011 - 22:20:59: -------- Mapchange to $2000$ --------
L 06/08/2011 - 22:21:05: [randomcycle.smx] RandomCycle has chosen scout_1337 for the nextmap.
L 06/08/2011 - 22:41:31: SourceMod log file session started (file "L20110608.log") (Version "1.3.7")
L 06/08/2011 - 22:41:31: -------- Mapchange to aim_deagle7k --------
L 06/08/2011 - 22:41:31: [GEOIP] GeoIP database info: GEO-106FREE 20091001 Build 1 Copyright (c) 2009 MaxMind Inc All Rights Reserved
L 06/08/2011 - 22:41:38: [randomcycle.smx] RandomCycle has chosen awp_lego_flf for the nextmap.
L 06/08/2011 - 22:43:14: [basevotes.smx] "Р СѓСЃС‚<2><STEAM_0:1:29599414><>" initiated a map vote.
L 06/08/2011 - 22:43:15: [basevotes.smx] Changing map to aim_akm4ruins2 due to vote.
L 06/08/2011 - 22:43:20: [SM] Changed map to "aim_akm4ruins2"
L 06/08/2011 - 22:43:20: -------- Mapchange to aim_akm4ruins2 --------
L 06/08/2011 - 22:43:26: [randomcycle.smx] RandomCycle has chosen scout_1337 for the nextmap.
L 06/08/2011 - 22:43:50: [basevotes.smx] "Р СѓСЃС‚<2><STEAM_0:1:29599414><>" initiated a map vote.
L 06/08/2011 - 22:43:51: [basevotes.smx] Changing map to fy_summer_source due to vote.
L 06/08/2011 - 22:43:56: [SM] Changed map to "fy_summer_source"
L 06/08/2011 - 22:43:56: -------- Mapchange to fy_summer_source --------
L 06/08/2011 - 22:44:02: [randomcycle.smx] RandomCycle has chosen aim_00 for the nextmap.
Andrey,извеняюсь не знал.
Все сделал,сам тупанул,забыл добавить "equip",ещё раз извеняюсь=))
Последнее редактирование модератором: