![]() |
EventChat
Sometimes it would be useful to react on chat messages in your mission script (e.g. to list the remaining targets). I found the solution at sukhoi.ru, there is a hidden flag in the conf.ini that enables this.
IMPORTANT: You have to add the following line to your conf.ini or confs.ini file: Code:
[rts]This is the code for the mission: Code:
public override void OnBattleStarted() |
Nice find, thanks. Sometimes i wish my russian would be better. But only with "Dawei Dawei" :rolleyes:
|
Now I only need a way to write a chat message to a player (which is shown in the dogfight menu chat window).
Any ideas? |
Nice find Banks. Makes you wonder what other functionality is hidden.
|
This allows the server to write chat messages:
Code:
string msg = "Hello World!"; |
| All times are GMT. The time now is 11:33 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.