Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

bnx - zdjęcie

bnx

Rejestracja: 23.02.2015
Aktualnie: Nieaktywny
Poza forum Ostatnio: wczoraj, 07:25
-----

Moje tematy

Yapb boty

27.03.2024 07:44

Witam otoz mam wgrane na serwerze yapb boty jest ich 12 i ustawione jest ze gdy wchodzi gracz to bot wychodzi i gdy jest 12 osob to wiecej graczy nie moze dolaczyc do teamu , siedza na spekcie :))

 

 

config yapb

//
// @package: YaPB
// @version: 4.3
// @author: YaPB Project
// @filename: yapb.cfg
// 
// YaPB main configuration file. Can be executed via "exec" command.
//

//
// Enables or disables useful messages about bot states. Not required for end users.
// ---
// Default: "0", Min: "0", Max: "4"
// 
yb_debug "0"

//
// Forces all alive bots to build path and go to the specified here graph node.
// ---
// Default: "-1", Min: "-1", Max: "2048"
// 
yb_debug_goal "-1"

//
// Specifies the percent of bots, that can follow leader on each round start.
// ---
// Default: "20", Min: "0", Max: "100"
// 
yb_user_follow_percent "20"

//
// Specifies how many bots can follow a single user.
// ---
// Default: "1", Min: "0", Max: "8"
// 
yb_user_max_followers "1"

//
// If enabled, all bots will be forced only the knife, skipping weapon buying routines.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_jasonmode "0"

//
// Allows bots to use radio or chattter.
//  Allowed values: '0', '1', '2'.
//  If '0', radio and chatter is disabled.
//  If '1', only radio allowed.
//  If '2' chatter and radio allowed.
// ---
// Default: "2", Min: "0", Max: "2"
// 
yb_radio_mode "0"

//
// Specifies whether bots able to use team economics, like do not buy any weapons for whole team to keep money for better guns.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_economics_rounds "1"

//
// Specifies whether bots able to use 'shift' if they thinks that enemy is near.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_walking_allowed "1"

//
// Allows or disallows bots to camp. Doesn't affects bomb/hostage defending tasks.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_camping_allowed "0"

//
// Lower bound of time from which time for camping is calculated
// ---
// Default: "15.0", Min: "5.0", Max: "90.0"
// 
yb_camping_time_min "15.0"

//
// Upper bound of time until which time for camping is calculated
// ---
// Default: "45.0", Min: "15.0", Max: "120.0"
// 
yb_camping_time_max "45.0"

//
// Allows or disallows bots to take revenge of teamkillers / team attacks.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_tkpunish "1"

//
// If enabled, the bots think function is disabled, so bots will not move anywhere from their spawn spots.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_freeze_bots "0"

//
// Allows or disallows the use of spray paints.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_spraypaints "1"

//
// Allows or disallows bots weapon buying routines.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_botbuy "1"

//
// Allows bots to destroy breakables around him, even without touching with them.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_destroy_breakables_around "0"

//
// The radius on which bot searches world for new objects, items, and weapons.
// ---
// Default: "450.0", Min: "64.0", Max: "1024.0"
// 
yb_object_pickup_radius "450.0"

//
// Specifies the paths for the bot chatter sound files.
// ---
// Default: "sound/radio/bot"
// 
yb_chatter_path "sound/radio/bot"

//
// Specifies semicolon separated list of weapons that are not allowed to buy / pickup.
// ---
// Default: ""
// 
yb_restricted_weapons ""

//
// Allows or disallows bots to attack monsters.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_attack_monsters "0"

//
// Allows or disallows bots to pickup custom items.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_pickup_custom_items "0"

//
// Allows or disallows bots to do map objectives, i.e. plant/defuse bombs, and saves hostages.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_ignore_objectives "0"

//
// Allows or disallows the ability for random knife attacks when bot is rushing and no enemy is nearby.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_random_knife_attacks "1"

//
// Enables or disables bots chat functionality.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_chat "0"

//
// Bot chances to send random dead chat when killed.
// ---
// Default: "30", Min: "0", Max: "100"
// 
yb_chat_percent "30"

//
// Specifies whether bots able to fire at enemies behind the wall, if they hearing or suspecting them.
// ---
// Default: "2", Min: "0", Max: "2"
// 
yb_shoots_thru_walls "0"

//
// Enables or disables searching world for enemies.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_ignore_enemies "0"

//
// Enables or disables checking enemy rendering flags. Useful for some mods.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_check_enemy_rendering "0"

//
// Enables or disables checking enemy invincibility. Useful for some mods.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_check_enemy_invincibility "0"

//
// Enables or disables bot ability to stab the enemy with knife if bot is in good condition.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_stab_close_enemies "1"

//
// Binds specified key for opening bots menu.
// ---
// Default: "="
// 
yb_bind_menu_key "="

//
// Specifies comma separated list of bot cvars, that will not be overriten by config on changelevel.
// ---
// Default: "yb_quota,yb_autovacate"
// 
yb_ignore_cvars_on_changelevel "yb_quota,yb_autovacate"

//
// Enables or disables display menu text, when players asks for menu. Useful only for Android.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_display_menu_text "0"

//
// The value (password) for the setinfo key, if user sets correct password, he's gains access to bot commands and menus.
// ---
// Default: ""
// 
yb_password ""

//
// The name of setinfo key used to store password to bot commands and menus.
// ---
// Default: "_ybpw"
// 
yb_password_key "_ybpw"

//
// Enables or disables CSDM / FFA mode for bots.
//  Allowed values: '0', '1', '2', '3'.
//  If '0', CSDM / FFA mode is auto-detected.
//  If '1', CSDM mode is enabled, but FFA is disabled.
//  If '2', CSDM and FFA mode is enabled.
//  If '3', CSDM and FFA mode is disabled.
// ---
// Default: "0", Min: "0", Max: "3"
// 
yb_csdm_mode "0"

//
// Specifies whether bot should not 'fix' camp directions of camp waypoints when loading old PWF format.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_graph_fixcamp "1"

//
// Specifies the URL from bots will be able to download graph in case of missing local one. Set to empty, if no downloads needed.
// ---
// Default: "yapb.jeefo.net"
// 
yb_graph_url "yapb.jeefo.net"

//
// Kick bots to automatically make room for human players.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_autovacate "0"

//
// Specifies the number bots to be added to the game.
// ---
// Default: "9", Min: "0", Max: "32"
// 
yb_quota "12"

//
// Specifies the type of quota.
//  Allowed values: 'normal', 'fill', and 'match'.
//  If 'fill', the server will adjust bots to keep N players in the game, where N is yb_quota.
//  If 'match', the server will maintain a 1:N ratio of humans to bots, where N is yb_quota_match.
// ---
// Default: "normal"
// 
yb_quota_mode "fill"

//
// Number of players to match if yb_quota_mode set to 'match'
// ---
// Default: "0", Min: "0", Max: "32"
// 
yb_quota_match "0"

//
// Specifies how many times per second bot code will run.
// ---
// Default: "26.0", Min: "24.0", Max: "90.0"
// 
yb_think_fps "26.0"

//
// Specifies amount of time in seconds when bots will be killed if no humans left alive.
// ---
// Default: "0.0", Min: "0.0", Max: "90.0"
// 
yb_autokill_delay "0.0"

//
// Specifies whether bots should join server, only when at least one human player in game.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_join_after_player "0"

//
// Forces all bots to join team specified here.
// ---
// Default: "any"
// 
yb_join_team "any"

//
// Specifies after how many seconds bots should start to join the game after the changelevel.
// ---
// Default: "5.0", Min: "0.0", Max: "30.0"
// 
yb_join_delay "5.0"

//
// All the bot names will be prefixed with string specified with this cvar.
// ---
// Default: ""
// 
yb_name_prefix ""

//
// All bots difficulty level. Changing at runtime will affect already created bots.
// ---
// Default: "4", Min: "0", Max: "4"
// 
yb_difficulty "1"

//
// Lower bound of random difficulty on bot creation. Only affects newly created bots. -1 means yb_difficulty only used.
// ---
// Default: "-1", Min: "-1", Max: "4"
// 
yb_difficulty_min "-1"

//
// Upper bound of random difficulty on bot creation. Only affects newly created bots. -1 means yb_difficulty only used.
// ---
// Default: "-1", Min: "-1", Max: "4"
// 
yb_difficulty_max "-1"

//
// Enables each bot balances own difficulty based kd-ratio of team.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_difficulty_auto "0"

//
// Enables or disables displaying bot avatars in front of their names in scoreboard. Note, that is currently you can see only avatars of your steam friends.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_show_avatars "1"

//
// Enables latency display in scoreboard.
//  Allowed values: '0', '1', '2'.
//  If '0', there is nothing displayed.
//  If '1', there is a 'BOT' is displayed.
//  If '2' fake ping is displayed.
// ---
// Default: "2", Min: "0", Max: "2"
// 
yb_show_latency "2"

//
// Allows to save bot names upon changelevel, so bot names will be the same after a map change
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_save_bots_names "1"

//
// Specifies the bots wanted skin for Terrorist team.
// ---
// Default: "0", Min: "0", Max: "5"
// 
yb_botskin_t "0"

//
// Specifies the bots wanted skin for CT team.
// ---
// Default: "0", Min: "0", Max: "5"
// 
yb_botskin_ct "0"

//
// Lower bound for base bot ping shown in scoreboard upon creation.
// ---
// Default: "7", Min: "0", Max: "100"
// 
yb_ping_base_min "7"

//
// Upper bound for base bot ping shown in scoreboard upon creation.
// ---
// Default: "34", Min: "0", Max: "100"
// 
yb_ping_base_max "34"

//
// Specifies the language for bot messages and menus.
// ---
// Default: "en"
// 
yb_language "en"

//
// Enables or disables extra hard difficulty for bots.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_whose_your_daddy "0"

//
// Selects the heuristic function mode. For debug purposes only.
// ---
// Default: "4", Min: "0", Max: "4"
// 
yb_path_heuristic_mode "4"

//
// Lower bound of danger factor that used to add additional danger to path based on practice.
// ---
// Default: "200", Min: "100", Max: "2400"
// 
yb_path_danger_factor_min "200"

//
// Upper bound of danger factor that used to add additional danger to path based on practice.
// ---
// Default: "400", Min: "200", Max: "4800"
// 
yb_path_danger_factor_max "400"

//
// Enables or disables showing welcome message to host entity on game start.
// ---
// Default: "1", Min: "0", Max: "1"
// 
yb_display_welcome_text "0"

//
// Enables or disables fake server queries response, that shows bots as real players in server browser.
// ---
// Default: "0", Min: "0", Max: "1"
// 
yb_enable_query_hook "1"


config ptb

// Te dwa cvary musze byc ustawione na 0, zeby PTB dzialal wlasciwie.
mp_autoteambalance 0
mp_limitteams 0

// Kontrola wiadomosci w chacie: 0 = wyl. 1 = wl. 2 = wtedy transfery beda pokazywane w HUD ale nie w chacie.
//  Jesli ustawione na 3 to wszystkie wiadomosci beda pokazywane na chacie i transfery w HUD
ptb_saychat 1
             
// Typ transferow moze tylko byc 1,2 lub 3, gdzie 3 jest najbardziej "agresywny"
// 1 = domyslny
ptb_transfer_type 1

// Ustaw na 0 jesli admini z immunitetem rowniez maja byc przenoszeni
ptb_switch_immunity 0

// Ustaw na 0 jesli admini z immunitetem nie beda mogli wybierac druzyn ktorych chca
ptb_limitjoin_immunity 0

// Tutaj ustawiasz jaka flage musi posiadac admin zeby nie byc przenoszonym ( domyslna flaga to C )
ptb_immunity_level "c"

// Tutaj ustawiasz jaka flage musi miec admin zeby moc zmieniac ustawienia PTB (Default l ADMIN_RCON)
ptb_access_level "l"

// Jesli chcesz miec podglad transferow w HLSW chat zostaw ta wartosc ustawiona na 1
ptb_show_in_hlsw 1


// team selection control
amx_ptb limitjoin    on    // ustawia limity przy wchodzeniu do danej druzyny
amx_ptb limitafter   0        // liczba rund po ktorych zaczyna sie limitowanie druzyn
amx_ptb limitmin     0        // minimalna liczba graczy na mapie, kiedy zaczyna sie limitowanie druzyn
amx_ptb maxsize      16       // maksymalna wielkosc druzyny
amx_ptb maxdiff      1        //  maksymalna roznica w liczbie czlonkow w druzynie
amx_ptb autorounds   3        // number of first rounds into match, which allow autojoin only
amx_ptb wtjauto      3        // ilosc wtj (winner team joiner) po ktorych gracz zostaje automatycznie przydzielony
amx_ptb wtjkick      5        // liczba wtj, po ktorych gracz zostaje wyrzucony
amx_ptb kick         off    //  licznik  wtj kick wlaczony/wylaczony (on/off)
amx_ptb savewtj      off     // zapisuj wtj do pliku wtj.log

// team balancing actions
amx_ptb switch       on        // przerzuc/transferuj graczy
amx_ptb switchafter  3        // liczba rund po ktorych zaczyna sie transferowanie
amx_ptb switchmin    5        // minimalna liczba graczy na mapie, kiedy zaczyna sie transferowanie
amx_ptb switchfreq   1        // relative next possible switch round
amx_ptb playerfreq   7        // relative next possible switch round for player
amx_ptb forceswitch  0        // liczba prob, po ktorych PTB wlacza sie , jesli konieczne
amx_ptb deadonly     off     //  transferuj tylko graczy, ktorzy sa DEAD

// wiadomosci (dobrze miec wlaczone kiedy debugujesz, jesli uzywasz statsx nie miej wlaczonych)
amx_ptb tellwtj      off     //  informuj o probach WTJ
amx_ptb announce     off    // oglaszaj status druzyn na poczatku rundy
amx_ptb sayok        off    // oglaszaj status druzyn, jesli druzyny sa OK
amx_ptb typesay      off    // uzywaj wiadomosci HUD

// team strength limits
amx_ptb maxstreak    3        // maksymalna ilosc "passy zabic" gracza
amx_ptb maxscore     2        // maksymalna dozwolona roznica w wyniku gry
amx_ptb minrating    1.5    // minimalny, istotny wskaznik druzyny
amx_ptb maxrating    2.0    // maxymalny, istotny wskaznik druzyny
amx_ptb superrating  3.0    // super critical team rating
amx_ptb maxincidents 50        // maximum kills + deaths before the score is divided by PTB_SCALEDOWN
amx_ptb scaledown    2        // divisor for kills and deaths, when PTB_MAXINCIDENTS is reached

Boty

26.01.2024 09:39

Witam jak ustawic te boty https://github.com/yapb/yapb 

 

gdy gracz dolaczy to jeden boty wychodzi :)

 

 

 

Frag4u.pl - dołącz do nas!

22.01.2024 09:19

Poszukujemy adminów serwera, moderatorów, UBTeam, redaktorów i grafików.

Zapraszamy.

 

417356545_404185785380562_87331159034511

 

 

CSBOTenabler problem

21.01.2024 10:21

Witam dodalem na serwer plugin CSBOTenabler

https://github.com/A...ne/CSBotEnabler

 

ale cos mi nie dziala  bo w konsoli pokazuje 

 

 

 

CS Bot Enabler v1.0.1
Error: Could not patch "CS Bot Enabler"
Error: Could not patch "CS Bot Enabler"
Error: Could not patch "CS Bot Enabler"
Error: Could not patch "CS Bot Enabler"
Error: Could not patch "CS Bot Enabler"
Error: Could not patch "CS Bot Enabler"
Error: Could not patch "HOSTAGE_IDLETHINK"
Status: Failed.