Kenix Posted November 18, 2012 Share Posted November 18, 2012 (edited) I want scroll memo's bar for example when player write message in to edit. So i want make like MTA Console. When you write some command it's scrolled down. It's possible? Edited November 18, 2012 by Guest Link to comment
manve1 Posted November 18, 2012 Share Posted November 18, 2012 I think you have to make like when a player hits 200letters ( more or less ), an scroll bar appears ( you chose place ) to scroll down and up. I'm thinking something like that. Link to comment
Guest Guest4401 Posted November 18, 2012 Share Posted November 18, 2012 You want the memo's scroll to be scrolled down to the bottom? local text = "\n1\n2\n3\n4\n5\n6\n7\n8\n9" local memo = guiCreateMemo(100,100,100,100,text,false) guiMemoSetCaretIndex(memo,#text) Link to comment
Kenix Posted November 18, 2012 Author Share Posted November 18, 2012 You want the memo's scroll to be scrolled down to the bottom? local text = "\n1\n2\n3\n4\n5\n6\n7\n8\n9" local memo = guiCreateMemo(100,100,100,100,text,false) guiMemoSetCaretIndex(memo,#text) I resolved this problem before you post it Thank you anyway. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now