- 11
- 1
- Версия SA-MP
-
- 0.3.7 (R1)
- 0.3.7-R2
- 0.3.7-R3
- 0.3.7-R4
- Любая
Ищу автохилл конкретно под ГАМБИТ РП, так как там кастомная система урона, такие не работают (ниже). Могу заплатить если кто то напишет.
Код:
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(0) end
while true do wait(0)
local health = getCharHealth(PLAYER_PED)
if health <= 40 then -- желаемое количество хп
local id = select(2, sampGetPlayerIdByCharHandle(PLAYER_PED))
sampSendChat("/heal "..id)
end
end
end