Send message to player only, and not entire server

07/24/2015 13:11 blacksystem1990#1
I need to send a chat message to a player when a command is issued, i tried with

Code:
g_DPCoreClient.SendSystem( "Message here." );
But it does send the message to the entire server, I need to send it to only that player involved

Like /message player_name

then the player receives the message over the chat..

How can this be done?
07/24/2015 13:16 kevinkraus#2
/say ingame ? ^^

- Kevin
07/24/2015 13:28 blacksystem1990#3
Nope, I need it in a custom command, that's not a "private message".

It's a confirmation of the command, just like you get the message "you've been kicked out from server" etc etc
07/24/2015 14:59 ディオニュソス#4
CUser::AddDefinedCaption will do the job
07/25/2015 12:33 Snow.D#5
CUser::AddText()