- 227
- 77
- Версия MoonLoader
- Другое
Lua:
local price = ' 25000'
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
local result, target = getCharPlayerIsTargeting(playerHandle)
if result then result, playerid = sampGetPlayerIdByCharHandle(target) end
if result and isKeyJustPressed(VK_1) then
name = sampGetPlayerNickname(playerid)
sampSendChat('/heal ' .. name .. price)
lua_thread.create(function()
sampSendChat('/me достал из сумки лекарства и начал расматривать')
wait(1000)
sampSendChat('/todo Принимайте их 2 раза в сутки и все будет хорошо*передавая лекарства')
end)
end
end
end
Заранее спасибо