local php = 0
local valid, ped = getCharPlayerIsTargeting(PLAYER_HANDLE)
if valid and doesCharExist(ped) then
local result, id = sampGetPlayerIdByCharHandle(ped)
if result then
php = getCharHealth(ped)
sampAddChatMessage(id, -1)
sampAddChatMessage(php, -1)
end
end
Почему когда я целюсь у...