mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
80
gamemodes/helix/plugins/radio/sh_channels.lua
Normal file
80
gamemodes/helix/plugins/radio/sh_channels.lua
Normal file
@@ -0,0 +1,80 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
|
||||
ix.radio:RegisterChannel("cmb", {
|
||||
name = "CMB",
|
||||
color = Color(180, 226, 226, 255),
|
||||
icon = "willardnetworks/chat/cmb_shared_icon.png",
|
||||
--shortcutCommand = "Cmb" --automatically create commands to radio on this channel without switching to it
|
||||
})
|
||||
|
||||
ix.radio:RegisterChannel("cca", {
|
||||
name = "CCA",
|
||||
color = Color(151, 161, 255, 255),
|
||||
icon = "willardnetworks/chat/ca_radio_icon.png",
|
||||
priority = 1
|
||||
})
|
||||
|
||||
ix.radio:RegisterChannel("cmru", {
|
||||
name = "CMRU",
|
||||
color = Color(151, 161, 255, 255),
|
||||
icon = "willardnetworks/chat/ca_radio_icon.png",
|
||||
priority = 1
|
||||
})
|
||||
|
||||
ix.radio:RegisterChannel("tac-3", {
|
||||
name = "TAC-3",
|
||||
color = Color(81, 208, 231, 255),
|
||||
icon = "willardnetworks/chat/cp_radio_icon.png",
|
||||
priority = 1
|
||||
})
|
||||
|
||||
ix.radio:RegisterChannel("tac-4", {
|
||||
name = "TAC-4",
|
||||
color = Color(255, 89, 0, 255),
|
||||
icon = "willardnetworks/chat/cp_radio_icon.png",
|
||||
priority = 1
|
||||
})
|
||||
|
||||
ix.radio:RegisterChannel("tac-5", {
|
||||
name = "TAC-5",
|
||||
color = Color(237, 222, 59, 255),
|
||||
icon = "willardnetworks/chat/dispatch_icon.png",
|
||||
priority = 0
|
||||
})
|
||||
|
||||
ix.radio:RegisterChannel("ota-tac", {
|
||||
name = "OTA-TAC",
|
||||
color = Color(222, 33, 33, 255),
|
||||
icon = "willardnetworks/chat/dispatch_icon.png",
|
||||
priority = 2
|
||||
})
|
||||
|
||||
ix.radio:RegisterChannel("cwu", {
|
||||
name = "CWU",
|
||||
color = Color(151, 161, 255, 255),
|
||||
icon = "willardnetworks/chat/ca_radio_icon.png",
|
||||
priority = 1
|
||||
})
|
||||
|
||||
ix.radio:RegisterChannel("mcp", {
|
||||
name = "MCP",
|
||||
color = Color(165,50,50),
|
||||
icon = "willardnetworks/chat/ca_radio_icon.png",
|
||||
priority = 2
|
||||
})
|
||||
|
||||
ix.radio:RegisterChannel("ccr-tac", {
|
||||
name = "CCR-TAC",
|
||||
color = Color(35, 194, 80, 255),
|
||||
icon = "willardnetworks/chat/ca_radio_icon.png",
|
||||
priority = 2
|
||||
})
|
||||
Reference in New Issue
Block a user