bump version

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

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

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

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