LUA Edge Scoreboard ( Scoreboard Disguise | Scoreboard | In-Game Config ) 1.9.4

Нет прав для скачивания
  • 159
  • 1
  • 18
Lucianozzz добавил(а) новый ресурс:

Edge Scoreboard ( Scoreboard Disguise | Scoreboard | In-Game Config ) - Крайне информативный scoreboard с множеством функций


Узнать больше об этом ресурсе...
 
  • 69
  • 2
Контакты для связи отсутствуют.
А как его редактировать? Просто хочу убрать все пункты кроме Players.
 
  • 6
  • 0
Контакты для связи отсутствуют.
добавь данный код
cl_main.lua:
--[[-------------------------------------------------------------------------
Update Information
---------------------------------------------------------------------------]]

-- Add a receiver for EdgeScoreboard:UpdateInfo.
net.Receive("EdgeScoreboard:UpdateInfo", function()

    -- Read the data from the server.
    EdgeScoreboard.Outdated = net.ReadBool()
    EdgeScoreboard.LatestVersion = net.ReadString()

    -- Remove the notification code by commenting it out or deleting it.
    -- if EdgeScoreboard.Outdated then

    --     EdgeScoreboard.Notify(EDGESCOREBOARD_NOTIFY_POPUP, "You are currently using version " .. EdgeScoreboard.Version .. " of EdgeScoreboard which now has become outdated.\nThe latest version of EdgeScoreboard is version " .. EdgeScoreboard.LatestVersion .. " and can be downloaded from Gmodstore.com.\nKeeping addons updated is important to make sure you receive new features, bug fixes, etc.\nThis message is only shown to those who has configuration access.")

    -- end

end)
780 строка по 799 заменить полностью
 
Данный сайт использует cookie. Вы должны принять их для продолжения использования. Узнать больше...