In the game "Counter-Strike: Global Offensive", it allows the drop to drop before the map time expires. It sends the falling drops to your discord server as a notification. It finds the instant price of a dropped item by determining the price type on the cvar. Drop items are updated by command or automatically at every map start. You can find the data provided via the Steam Api in the following site, simply translated into "json" and "vdf" formats. You can manually edit the file "csgo/addons/sourcemod/configs/CSGO-Turkiye_com/dropitems.cfg" in case of error on pull from website. If you change the Oge names, it will give an error in the market price. If you change the item names, you will make a mistake in the market price. You can find all logs in "csgo/addons/sourcemod/logs/advanced_drop.log".
Требования
Discord Api
Переменные
csgo/cfg/CSGO_Turkiye/advanced-drop.cfg
Команды
Требования
Discord Api
Переменные
csgo/cfg/CSGO_Turkiye/advanced-drop.cfg
cvar | Default | Description | |
sm_webhook_advenced_drop | Webhook URL | ||
sm_tag_advenced_drop |
| Plugin Tag | |
sm_price_advenced_drop | 1 (1:$ - 2:£ - 3:€ - 4:CHF - 5:pуб. - 6:zł - 7:R$ - 8:¥ - 9:kr - 10:Rp - 11:RM - 12:P - 13:S$ - 14:฿ - 15:₫ - 16:₩ - 17:TL - 18:₴ - 19:Mex$ - 20:CDN$ - 21:A$ - 22:NZ$ - 23:¥ - 24:₹ - 25:CLP$ - 26:S/. - 27:COL$ - 28:R - 29:HK$ - 30:NT$ - 31:SR - 32:AED - 34:ARS$ - 35:₪ - 37:₸ - 38:KD - 39:QR - 40:₡ - 41:$U) | Currency | |
sm_wait_timer_advenced_drop | 182 | How many seconds should a drop attempt be made? (3Do not do less than 3 minutes, ideal is 10 minutes) | |
sm_chat_info_advenced_drop | 1 | Show drop attempts in chat? | |
sm_sound_status_advenced_drop | 2 | Play a sound when the drop drops? [0 - no _ 1 - just drop it _ 2 - to everyone] | |
sm_active_info_advanced_drop | 1 | Every time the map changes, send the drop active information to the discord server? | |
sm_language_advanced_drop | en | Drop Item Name Language(Russia: ru) |
- sm_updatedropitems (ROOT) : Used to update drop items.
- sm_updatedropallitems (ROOT) : Used to update drop items. Unlike the "sm_updatedropitems" command, it creates the file from scratch. Required after changing the language system.