Posts: 19
Threads: 6
Joined: Jun 2012
Reputation:
0
Hi, How do I call a C + + chat window open or closed.
Help pls.
Posts: 1,826
Threads: 52
Joined: Feb 2012
Reputation:
0
C++ chat window? Elaborate more what you want to do.
Posts: 19
Threads: 6
Joined: Jun 2012
Reputation:
0
Return 0 if the chat window will open.
Posts: 1,826
Threads: 52
Joined: Feb 2012
Reputation:
0
Are you talking about the C++ programming language? If yes, then sorry this is the wrong place to discuss about it. You will have to go to any other C++ forum.
Posts: 1,047
Threads: 23
Joined: Jun 2009
Quote:
Originally Posted by magnetec
Return 0 if the chat window will open.
|
you cannot detect the current state of the chat window of a player. if you really want to do it you have to write both a clien & server sided plugin.