bump version

master
rubin 2 weeks ago
parent 97f4a6b9e6
commit afd2782780
  1. 2
      changelog
  2. 7
      corn-hud.lua
  3. 2
      version

@ -8,3 +8,5 @@
Фикс загрузки с фермы Фикс загрузки с фермы
Версия от 30.06.2023 Версия от 30.06.2023
Добавлена поддержка нового сервера Underground Добавлена поддержка нового сервера Underground
Версия от 28.06.2026
Добавлена поддержка нового сервера Home

@ -1,6 +1,6 @@
script_name('corn-hud') script_name('corn-hud')
script_author("Serhiy_Rubin") script_author("Serhiy_Rubin")
script_version("30.06.2023") script_version("28.06.2026")
require 'lib.sampfuncs' require 'lib.sampfuncs'
require 'lib.moonloader' require 'lib.moonloader'
dlstatus = require("moonloader").download_status dlstatus = require("moonloader").download_status
@ -30,9 +30,10 @@ function main()
(server:find("02") and "Two" or (server:find("02") and "Two" or
(server:find("Revo") and "Revolution" or (server:find("Revo") and "Revolution" or
(server:find("Legacy") and "Legacy" or (server:find("Classic") and "Classic" or (server:find("Legacy") and "Legacy" or (server:find("Classic") and "Classic" or
(server:find("Two") and "Two" or (server:find("Zero Two") and "Two" or
(server:find("TEST") and "TEST" or (server:find("TEST") and "TEST" or
(server:find("Underground") and "Underground" or "" ))))))) (server:find("Renaissance") and "Renaissance" or
(server:find("Home") and "Home" or "" ))))))))
if server == "" then if server == "" then
thisScript():unload() thisScript():unload()
end end

@ -1 +1 @@
30.06.2023 28.06.2026
Loading…
Cancel
Save