Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Com Chat


RaVe
 Share

Recommended Posts

Wants to do it so as to click 2 times on the player and presses in the "chat" is the person jump out the message: "The player wants to chat with you, you agree?
And when that person in this message click OK to display the Chat … but I have a problem with this ...

Code:
MsgBox ("The player  " & GetPlayerName(Index) & "wants to chat with you, you agree?")

And under this code must add to the August press "ok" jumped czat.Jak do this?
I added it because I:
Call SendData("achat" & SEP_CHAR & END_CHAR)

But Call Send Data This connection to the server and the code is surely on the server! ... very please help thanks in advance.
Link to comment
Share on other sites

1\. dont use a msg box, they suck.

2\. the msgbox wouldnt be called on the client it is sent from, go to the server and find "wants to chat with you" and edit it so that it says

call playermsg(index, GetPlayerName(index) & "would like to chat with you.", red) sort of thing

3\. Are you english? if so could you try to word your problem better?
Link to comment
Share on other sites

1\. Don't insult people trying to help you.
2\. You're calling people dimwits when the second half of your last post doesn't make any sense.

My advice: Write out exactly what you want, very carefully and slowly.
The community here is friendly, except when you start insulting them.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...