Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
script_name("test")
script_author("Raise")
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyJustPressed(81) then
sampSendChat("/time")
end
end
end
script_name("test")
script_author("Raise")
function main()
while not isSampAvailable() do wait(0) end
while true do
wait(0)
if isKeyJustPressed(81) then
sampSendChat("/time")
end
end
end