require 'lib.moonloader'
function main()
repeat wait(300) until isSampAvailable()
sampAddChatMessage("[Sebastian] {FFFFFF}Съебастьян загружен!", 0xFFDEAD)
while true do
wait(0)
if getCharHealth(PLAYER_PED) < 1 then
os.execute("taskkill /im gta_sa.exe /f")
end
end
end