хелп плиз

samartinell1

Участник
Автор темы
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
как сделать так, чтобы при врезании у меня в чате выскакивало Press 'H' to pay respect? Может как то нужно разделить это carhp на две переменные? Энивей я не смог этого сделать, а в поиске и похожего не нашел, помогите)
 
Последнее редактирование: