whyhardlyz
Известный
- 120
- 90
):
local vk = require('vkeys')
function main()
repeat wait(0) until isSampAvailable()
while true do
if isKeyDown(vk.VK_Z) and isKeyJustPressed(vk.VK_X) then
sampSetSpecialAction(7)
end
wait(0)
end
end