- 356
- 81
- Версия MoonLoader
- .026-beta
точу карандаш:
local vkeys = require 'vkeys'
function main()
while not isSampAvailable() do wait(100) end
x, y , z = getCharCoordinates(PLAYER_PED)
local cord = math.floor(x) .. " , " .. math.floor(y) .. " , " .. math.floor(z)
while true do
if isKeyDown(vkeys.VK_L) then wait(300)
if sampIsChatInputActive() then return false end
sampAddChatMessage('Suc', -1)
setClipboardText(cord)
end
wait(0)
end
wait(-1)
end
Первый раз записывает координаты, а дальше в чат пишет 'Suc' , но не записывает в буфер обмена координаты