Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
while not isSampAvailable() do wait(200) end
sampRegisterChatCommand('spos', function()
local x, y, z = getCharCoordinates(PLAYER_PED)
setClipboardText(math.floor(x) ..', '..math.floor(y)..', '..math.floor(z))
end)
end
function main()
while not isSampAvailable() do wait(200) end
sampRegisterChatCommand('spos', function()
local x, y, z = getCharCoordinates(PLAYER_PED)
setClipboardText(math.floor(x) ..', '..math.floor(y)..', '..math.floor(z))
end)
end