|
|
|
@ -556,6 +556,7 @@ upd_testers.init = function() |
|
|
|
|
local command = (thisScript().name:gsub(" ", "").."-test"):lower() |
|
|
|
|
addChatMessage("Активна команда обновления скрипта: "..command) |
|
|
|
|
sampRegisterChatCommand(command, function() |
|
|
|
|
lua_thread.create(function() |
|
|
|
|
local fpath = os.tmpname() |
|
|
|
|
local result, text = pcall(openURL, upd_testers.url, fpath) |
|
|
|
|
if result and text ~= "" and text:find(thisScript().name:gsub("%-", "%%-")) then |
|
|
|
@ -570,4 +571,5 @@ upd_testers.init = function() |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
end) |
|
|
|
|
end) |
|
|
|
|
end |