villr Posted February 2, 2011 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? Happy Owner/Leader of SELS:RPG | Cops and Gangsters | TRUE CRIME CITY with a lot of JOBS! Scripted since summer 2010
Jusonex Posted February 2, 2011 Posted February 2, 2011 If the code is serverside, you forgot the "visible to" argument.
Castillo Posted February 2, 2011 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. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
villr Posted February 2, 2011 Author 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 Happy Owner/Leader of SELS:RPG | Cops and Gangsters | TRUE CRIME CITY with a lot of JOBS! Scripted since summer 2010
proracer Posted February 2, 2011 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.
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