Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "RadioPanel.txt"
- {
- //"SFUI_StandardRadio"
- //"SFUI_GroupRadio"
- //"SFUI_ReportRadio"
- // Most of this is probably broken, but you get the idea
- // http://imgur.com/pQJQOGR,cnkbPBG
- // C:\Program Files (x86)\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\resource\ui\radiopanel.txt
- // help: http://pastebin.com/gYzpJapi
- // Make backups, valve likes to overwrite this every patch. And tweak the timeout setting :)
- "Groups"
- {
- // #### Radiomenu 1
- "standard"
- {
- "hotkey" "1"
- "title" "PRACTICE"
- "timeout" "10"
- "Commands"
- {
- "AMMO"
- {
- "hotkey" "1"
- "label" "reset"
- "cmd" "sv_showimpacts 0; sv_showimpacts_penetration 1; sv_grenade_trajectory 0; sv_cheats 1"
- }
- "SHOWIMPACTS"
- {
- "hotkey" "2"
- "label" "Showimpacts"
- "cmd" "sv_showimpacts 1"
- }
- "WALLBANG"
- {
- "hotkey" "5"
- "label" "White Crosshair"
- "cmd" "SV_SHOWIMPACTS_PENETRATION 1"
- }
- "NADE TRAIL"
- {
- "hotkey" "3"
- "label" "Grenade Trajectory"
- "cmd" "sv_grenade_trajectory 1;sv_grenade_trajectory_dash 1; SV_GRENADE_TRAJECTORY_THICKNESS .2"
- }
- "NADES"
- {
- "hotkey" "4"
- "label" "NADES"
- "cmd" "ammo_grenade_limit_total 6; AMMO_GRENADE_LIMIT_DEFAULT 100; AMMO_GRENADE_LIMIT_FLASHBANG; GIVE WEAPON_FLASHBANG; GIVE WEAPON_SMOKEGRENADE; GIVE WEAPON_HEGRENADE; GIVE WEAPON_MOLOTOV; GIVE WEAPON_FLASHBANG; GIVE WEAPON_DECOY"
- }
- "fix"
- {
- "hotkey" "5"
- "label" "FIX"
- "cmd" "MP_WARMUP_END; ENDROUND;impulse 101"
- }
- "bot_kick"
- {
- "hotkey" "6"
- "label" "bot_kick"
- "cmd" "bot_kick"
- }
- "absbox"
- {
- "hotkey" "7"
- "label" "absbox"
- "cmd" "developer 1; ent_absbox player"
- }
- }
- }
- // #### Radiomenu 2
- "group"
- {
- "hotkey" "2"
- "title" "EQUIPMENT"
- "timeout" "2.5"
- "Commands"
- {
- "VALL"
- {
- "hotkey" "1"
- "label" "Head Bucket"
- "cmd" "BUY vest; buy vesthelm"
- }
- "VFLASH"
- {
- "hotkey" "2"
- "label" "Flash"
- "cmd" "BUY FLASHBANG"
- }
- "VSMOKE"
- {
- "hotkey" "3"
- "label" "Smoke"
- "cmd" "BUY SMOKEGRENADE"
- }
- "VFIRE"
- {
- "hotkey" "4"
- "label" "Fire"
- "cmd" "BUY MOLOTOV; BUY INCGRENADE"
- }
- "Vnade"
- {
- "hotkey" "5"
- "label" "Grenade"
- "cmd" "buy hegrenade"
- }
- "Vvalue"
- {
- "hotkey" "6"
- "label" "Value Meal"
- "cmd" "buy smokegrenade; buy flashbang; buy molotov; buy flashbang"
- }
- "Vdecoy"
- {
- "hotkey" "7"
- "label" "decoy"
- "cmd" "buy decoy"
- }
- }
- }
- // #### Radiomenu 3
- "report"
- {
- "hotkey" "3"
- "title" "#SFUI_ReportRadio"
- "timeout" "10"
- "Commands"
- {
- "P250"
- {
- "hotkey" "1"
- "label" "P250"
- "cmd" "BUY P250"
- }
- "CZ75 / 57"
- {
- "hotkey" "2"
- "label" "CZ75"
- "cmd" "BUY TEC9; BUY 57"
- }
- "AK / M4"
- {
- "hotkey" "3"
- "label" "AK / M4"
- "cmd" "buy m4a1; buy ak47"
- }
- "AWP"
- {
- "hotkey" "4"
- "label" "AWP"
- "cmd" "BUY AWP"
- }
- "AUTO"
- {
- "hotkey" "5"
- "label" "AUTO"
- "cmd" "BUY SCAR20; BUY g3sg1"
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment