I need to send a chat message to a player when a command is issued, i tried with
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?
Code:
g_DPCoreClient.SendSystem( "Message here." );
Like /message player_name
then the player receives the message over the chat..
How can this be done?