- 98
- 14
- Версия MoonLoader
- .027.0-preview
Код:
car_handle = storeCarCharIsInNoSave(PLAYER_PED)
carhp = getCarHealth(car_handle)
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(10) end
while true do
if isCharInAnyCar(PLAYER_PED) and carhp < carhp then sampAddChatMessage(tg.. ' Press "H" to pay respect', main_color) end
end
end
Последнее редактирование: