11.02.2015, 09:33
Quote:
So it's a conversation only between 2 players right?
But where did you start a conversation with a desired player? You need to do something like /helpchatstart [Id player/name] in which you will add a new global variable[MAX_PLAYERS] (An ID of desired player to be stored in a variable) with whom you will talk. Then using /helpchat will send a message to the desired player using your variable (We stored an ID , remember) and /endhelpchat will put variable[playerid] = -1; (Use -1 because no one can use that ID) EDIT: Also, put variable[playerid] = -1; OnPlayerConnect |