DjMixCuma Posted December 14, 2012 Share Posted December 14, 2012 hello how to outputChatBox for one player in server-side i have outputChatBox("bla bla", getRootElement(), 255, 0, 0, true) but this message is sending to all players, not only for me. Link to comment
Castillo Posted December 14, 2012 Share Posted December 14, 2012 Instead of: getRootElement() You must use a player element, like this: outputChatBox ( "bla bla", getPlayerFromName ( "someguy" ), 255, 0, 0, true ) Be aware that this is just an example, you don't have to use getPlayerFromName, it could be different. Link to comment
DjMixCuma Posted December 14, 2012 Author Share Posted December 14, 2012 (edited) Close topic I used function bla(player) outputChatBox("bla", player, 0, 0, 0, true) Edited December 14, 2012 by Guest Link to comment
Cadu12 Posted December 14, 2012 Share Posted December 14, 2012 If you don't post your code, we can't help to fix your problem. 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