Are there way to message in guild/alliance chat? i didnt find anything, only PartySay('');
any help?
			
			
									
									
						Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7 
	Msg to guild chat?
Re: Msg to guild chat?
same as in client - start with point and go on.
			
			
									
									"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
						Re: Msg to guild chat?
thanks for repply, yes point is works for guild chat, but i need say to alliance chat and cant find a way=\
client version 7.0.18
			
			
									
									
						client version 7.0.18
Re: Msg to guild chat?
if i remember correctly - start with "/", "," or something like that.
all like in client.
			
			
									
									all like in client.
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
						Re: Msg to guild chat?
damn it, in client its a "|" symbol, i tyed, it didnt send a message in alliance chat:(
			
			
									
									
						Re: Msg to guild chat?
added with "|"
wait for new version
			
			
									
									Code: Select all
  case Char_in_begin of
    '!':
      Mode := Speech_Type_Yell;
    ';':
      Mode := Speech_Type_Whisper;
    ':':
      Mode := Speech_Type_Emote;
    '|':
      Mode := Speech_Type_Ally;
    '\':
      if fClientVersionInt < 5000000 then
        Mode := Speech_Type_Emote
      else
        Mode := Speech_Type_Guild; // =$0D
  else
    Mode := SpeechType;
  end;"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
						Re: Msg to guild chat?
here, new version out, thx, ally chat works but as always not perfect:)
the message didnt cuted, and appears in chat with symbol "|" at the begining
			
			
									
									
						the message didnt cuted, and appears in chat with symbol "|" at the begining
Re: Msg to guild chat?
Code: Select all
the message didnt cuted, and appears in chat with symbol "|" at the beginingfixed.
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
						

