function healPlayer()
local valid, ped = getCharPlayerIsTargeting(PLAYER_HANDLE)
if valid and doesCharExist(ped) then
local result, id = sampGetPlayerIdByCharHandle(ped)
if result and isKeyDown(VK_MENU) then
sampSendChat("Здравствуйте, я Ваш лечащий врач, "..name..", что Вас беспокоит?")
wait(0)
end
end