Skip to content

Commit

Permalink
Баг
Browse files Browse the repository at this point in the history
  • Loading branch information
CMAULTOP authored Apr 10, 2021
1 parent 4a57dcf commit d804c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/infl_cmenu/config/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ PIS.Config:AddMenu("Ссылки", "info", "Ссылки", info, {
{name = "Вконтакте", mat = "vk", col = ocean, func = function() inflexible.util:OpenURL("https://vk.com/im") end},
{name = "Контент", mat = "steam", col = black, func = function() inflexible.util:OpenURL("https://steamcommunity.com/sharedfiles") end},
{name = "Discord", mat = "discord", col = white, func = function() inflexible.util:OpenURL("https://discord.gg/11111") end},
{name = "Правила", mat = "document", col = white, func = function() inflexible.util:OpenURL("https://docs.google.com/document/d111") end},
{name = "Правила", mat = "document", col = white, func = function() inflexible.util:OpenURL("https://docs.google.com/document/d111") end}, // Тут баги напишите в Issues, если заете, как пофиксить.


})
Expand All @@ -183,4 +183,4 @@ PIS.Config:AddMenu("Меню полиции", "police", "Меню полиц



PIS.Config:AddMenu("Список заказов", "hitman", "Список заказов", red, function() RunConsoleCommand("say","/hits") end, function(ply) return ply:Team() == TEAM_HITMAN end)
PIS.Config:AddMenu("Список заказов", "hitman", "Список заказов", red, function() RunConsoleCommand("say","/hits") end, function(ply) return ply:Team() == TEAM_HITMAN end)

0 comments on commit d804c3a

Please sign in to comment.