Rooster Mods Posted April 1, 2018 Share Posted April 1, 2018 Anyone know how to add a function in display text? mainMenu->AddSubMenu("Teleport Menu ~b~-->", TeleMenu); I wanted to add a option to change the arrow colors char* ArrowColor = "~b~-->"; mainMenu->AddSubMenu("Teleport Menu "ArrowColor"", TeleMenu); I cant seem to add the function in a display text line. Any Help? Link to comment Share on other sites More sharing options...
StAfFMaN Posted April 2, 2018 Share Posted April 2, 2018 use : char* ArrowColor = "~b~-->";mainMenu->AddSubMenu("Teleport Menu " + ArrowColor, TeleMenu); Link to comment Share on other sites More sharing options...
DankChaos Posted May 18, 2018 Share Posted May 18, 2018 You're making this harder than it needs to be... Creating a loop, and your code then adding ",ArrowR [5], ArrowG [4], ArrowB"....etc. Only continue if you know when you are doing or are spoon fed constantly. Link to comment Share on other sites More sharing options...
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