require "lib.moonloader"
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do
wait(0)
end
sampRegisterChatCommand("tir", tirlv)
wait(-1)
end
function tirlv()
while not isKeyJustPressed(VK_7) do...