function main()
while not isSampAvailable() do wait(0) end
sampRegisterChatCommand("blowcar", blowcar)
wait(-1)
end
function blowcar()
local vehh = storeCarCharIsInNoSave(PLAYER_PED)
local incar = isCharInCar(PLAYER_PED, vehh)
if incar then
setCarHealth(vehh, 228)
else
sampAddChatMessage('Вы не в машине.', -1)
end
end
-- активация - /blowcar.