Sande Posted August 9, 2013 Share Posted August 9, 2013 I got so little, problem. I want the [Nordea] is blue, but when i run the code its green all. outputChatBox("#ffff00[Nordea]testi1", thePlayer, 0,255,0) outputChatBox("#0000ff[Nordea]testi", thePlayer, 0,255,0) Link to comment
EstrategiaGTA Posted August 9, 2013 Share Posted August 9, 2013 outputChatBox("#ffff00[Nordea]testi1", thePlayer, 0,255,0, true) outputChatBox("#0000ff[Nordea]testi", thePlayer, 0,255,0, true) colorCoded: A boolean value determining whether or not '#RRGGBB' tags should be used. true will allow color codes and false won't allow color codes. Link to comment
Sande Posted August 9, 2013 Author Share Posted August 9, 2013 I wanna it like, [Nordea] is blue, and the testi1 text is green. now it works but all is now blue. Link to comment
EstrategiaGTA Posted August 9, 2013 Share Posted August 9, 2013 Use: outputChatBox("#ffff00[Nordea]#0000fftesti1", thePlayer, 0,255,0, true) Is that what do you want? Link to comment
Sande Posted August 9, 2013 Author Share Posted August 9, 2013 No problem anymore, 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