blinkerchris Posted March 17, 2014 Share Posted March 17, 2014 Hello, I downloaded https://community.multitheftauto.com/in ... ls&id=8828 some days ago and I have some problems with making it work. The problem is that I can only write one line about the server (info). GUIEditor.memo[1] = guiCreateMemo(1, 1, 711, 334, "Add your server information here", false, GUIEditor.tab[1]) The line above is the command to write something about the server. But I would like to write more than one sentence about the server. If I copy paste that sentence, and put it below this one --> GUIEditor.memo[1] = guiCreateMemo(1, 1, 711, 334, "Add your server information here", false, GUIEditor.tab[1]) And try to write the 2nd sentence, nothing happends. How can I write more than one line in the server info? Hope you understand, sorry for a bad explanation. Thanks. Link to comment
iPrestege Posted March 17, 2014 Share Posted March 17, 2014 Use : \n Ex : Hey Fahad\n Hey Khalid Link to comment
blinkerchris Posted March 17, 2014 Author Share Posted March 17, 2014 Well, how would you write the 2nd info sentence about the server? Example: GUIEditor.memo[1] = guiCreateMemo(1, 1, 711, 334, "Hey chris", false, GUIEditor.tab[1]) GUIEditor.memo[1] = guiCreateMemo(1, 1, 711, 334, "Hey chris/hey blinker", false, GUIEditor.tab[1]) Please explain it like that. Thanks (super noob) Link to comment
JR10 Posted March 17, 2014 Share Posted March 17, 2014 GUIEditor.memo[1] = guiCreateMemo(1, 1, 711, 334, "Line 1\nLine 2\nLine 3\nLine 4", false, GUIEditor.tab[1]) 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