Jump to content

Information-panel (help)


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...