fix menu & bump version 20.02.2023

master
rubin 2 years ago
parent dcdc6b8f0b
commit ffe7ddf495
  1. 4
      changelog
  2. 4
      drugs-mats.lua
  3. 2
      version

@ -1,4 +1,6 @@
Версия от 18.02.2023
Скрипт переведен в UTF-8
Добавлено автообновление
Исправлен баг когда скрипт юзал всего 1 грамм
Исправлен баг когда скрипт юзал всего 1 грамм
Версия от 20.02.2023
Исправлено неработающее меню

@ -1,6 +1,6 @@
script_name('drugs-mats')
script_author("Serhiy_Rubin")
script_version("18.02.2023")
script_version("20.02.2023")
sampev, vkeys, inicfg = require 'lib.samp.events', require 'lib.vkeys', require 'inicfg'
local check_inventory, drugs_timer, not_drugs_timer, renderText, d = 1, 0, false, {}, {}
dlstatus = require("moonloader").download_status
@ -695,11 +695,13 @@ end
utf8({ "sampShowDialog" }, "Utf8ToAnsi")
utf8({ "sampSendChat" }, "Utf8ToAnsi")
utf8({ "sampAddChatMessage" }, "Utf8ToAnsi")
utf8({ "sampAddChatMessage" }, "Utf8ToAnsi")
utf8({ "print" }, "Utf8ToAnsi")
utf8({ "renderGetFontDrawTextLength" }, "Utf8ToAnsi")
utf8({ "renderFontDrawText" }, "Utf8ToAnsi")
utf8({ "sampSetCurrentDialogEditboxText" }, "Utf8ToAnsi")
utf8({ "sampHasDialogRespond" }, nil, "AnsiToUtf8")
utf8({ "sampGetDialogCaption" }, nil, "AnsiToUtf8")
utf8({ "sampev", "onServerMessage" }, "AnsiToUtf8", "Utf8ToAnsi")
utf8({ "sampev", "onShowDialog" }, "AnsiToUtf8", "Utf8ToAnsi")
utf8({ "sampev", "onSendCommand" }, "AnsiToUtf8", "Utf8ToAnsi")

@ -1 +1 @@
18.02.2023
20.02.2023
Loading…
Cancel
Save