Automatic Bot Names
Описание:
Плагин изменяет имена ботов на те, которые у вас прописаны в файле: botnames.txt
Настройки:PHP код: // sets whether to announce bots when added // - // Default: "0" sm_botnames_announce "0"
// the name of the column that contains the bot names, if loading from a database // - // Default: "name" sm_botnames_db_column "name"
// when loading ordered from a DB, sets whether to order descending instead of ascending // - // Default: "0" sm_botnames_db_descending "0"
// when loading from a DB, this limits the number of names loaded, or "0" for no limit // - // Default: "0" sm_botnames_db_limit "0"
// a named database to load bot names from, or "" to load from file // - // Default: "" sm_botnames_db_name ""
// when using a DB, sets which column to order by, or "" for no ordering // - // Default: "" sm_botnames_db_order_by ""
// the table to load names from, if loading from a database // - // Default: "botnames" sm_botnames_db_table "botnames"
// sets whether to force UTF8 encoding on a MySQL connection // - // Default: "0" sm_botnames_db_use_utf8 "0"
// sets whether bot naming is enabled // - // Default: "1" sm_botnames_enabled "1"
// sets a prefix for bot names (include a trailing space, if needed!) // - // Default: "" sm_botnames_prefix ""
// sets whether to randomize names used // - // Default: "1" sm_botnames_random "1"
// sets whether to supress join/team change/name change bot messages // - // Default: "1" sm_botnames_suppress "1"
Имена прописываются в файле: ../addons/sourcemod/configs/botnames.txt
Чтобы отображались русские имена, необходимо данный файл сохранять в кодировке: UTF-8 (без BOM)
Оригинал |