- 2
- 0
- Версия MoonLoader
- .026-beta
require "moonloader"
local ev = require "lib.samp.events"
function main()
sampAddChatMessage("[GLORY SQUAD] Auto Heal запущен.", color_main)
local id = sampGetPlayerIdByCharHandle(PLAYER_PED)
end
function ev.onServerMessage(color,text)
if text:find("Ваш персонаж получил ранения") then
sampSendChat("/heal"..id)
sampSendChat("/sa")
end
end
end
local ev = require "lib.samp.events"
function main()
sampAddChatMessage("[GLORY SQUAD] Auto Heal запущен.", color_main)
local id = sampGetPlayerIdByCharHandle(PLAYER_PED)
end
function ev.onServerMessage(color,text)
if text:find("Ваш персонаж получил ранения") then
sampSendChat("/heal"..id)
sampSendChat("/sa")
end
end
end