не робит код что делать

Waster 227

Участник
Автор темы
58
1
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(0) end
while true do
wait(150)
if isKeyDown(VK_E) then
setVirtualKeyDown(VK_MENU, false)
wait(150)
setVirtualKeyDown(VK_MENU, true)
end
end
end