- 64
- 9
Lua:
require "lib.moonloader"
local key = require 'vkeys'
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
while true do
wait(0)
if isKeyJustPressed(VK_P) then
sampSendChat("/hp")
end
end
end
Последнее редактирование модератором: