Artisz Posted May 14, 2016 Share Posted May 14, 2016 Hi! Sorry for my English! I want to create a welcome text in more row, but this way is difficult: text["welcome1"] = guiCreateLabel(400,70,5000,5000,"Welcome to the Faction Panel!",false,bg) text["welcome2"] = guiCreateLabel(315,130,5000,5000,"Here, you can customize your faction!",false,bg) Are there any easier solution? Link to comment
ViRuZGamiing Posted May 14, 2016 Share Posted May 14, 2016 write \n for an enter in you're string "Welcome to the Faction Panel! \nHere, you can customize your faction!" Link to comment
BEN. Posted May 14, 2016 Share Posted May 14, 2016 guiSetText(guiElement,"1. \n 2. \n 3.") Link to comment
Artisz Posted May 14, 2016 Author Share Posted May 14, 2016 Oh. It is very simple:D Thanks! 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