villr Posted February 2, 2011 Share Posted February 2, 2011 i have a problem in my output code, It dosent outpout the color codes just in white. Can i have put something wrong in this ? outputChatBox( getPlayerName(thePlayer).. "#FF8040Do u speak english?!",0, 0, 0, true ) It plays a sound that saying same as the output but i just get it white. Someone know what the problem is? Link to comment
Jusonex Posted February 2, 2011 Share Posted February 2, 2011 If the code is serverside, you forgot the "visible to" argument. Link to comment
Castillo Posted February 2, 2011 Share Posted February 2, 2011 outputChatBox( getPlayerName(thePlayer).. "#FF8040Do u speak english?!", root, 0, 0, 0, true ) "root" means will output to everyone, that's the "visible to" argument as Justus named it. Link to comment
villr Posted February 2, 2011 Author Share Posted February 2, 2011 yes it serverside but what do u mean with "visible to" argument? EDIT: Gonna try snake EDIT: Thx castillo im so noooby hehe Link to comment
proracer Posted February 2, 2011 Share Posted February 2, 2011 yes it serverside but what do u mean with "visible to" argument?EDIT: Gonna try snake EDIT: Thx castillo im so noooby hehe It means for who the message will be outputed. 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