require "lib.moonloader"
local vkeys = require "vkeys"
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(0) end
sampAddChatMessage("{FFFFFF}Скрипт на Z Успешно загружен")
sampAddChatMessage("{FFFFFF}Авто этого Г@вна Sheba")
while true do
wait(0)
if isKeyJustPressed(VK_Z) then
sampSendChat("/anim 1")
end
end
end