- 73
- 5
- Версия SA-MP
-
- 0.3.7 (R1)
- 0.3.7-R2
- 0.3.7-R3
Чо здесь не так:
local hp_heal = imgui.ImBuffer(''..mainIni.settings.hp_heal)
local command_heal = imgui.ImBuffer(''..mainIni.settings.command_heal)
local acctive_heal = imgui.ImBool(mainIni.settings.acctive_heal)
local hp = mainIni.settings.hp_heal
if getCharHealth(PLAYER_PED) <= hp and acctive_heal.v then
sampSendChat(u8:decode(mainIni.settings.command_heal))
end
Когда я пишу меcто hp число работает, а если переменную то нет