MantisBT - Zandronum
View Issue Details
0001707Zandronum[All Projects] Suggestionpublic2014-02-13 20:042014-02-15 03:30
Fused 
 
lowfeatureN/A
closedno change required 
2.0-beta 
 
0001707: RCON message code for scripting.
A line to send messages to the RCON and RCON only. This way i/we can give solutions to problems relating to maps (for example, tip for a script to puke in case of bugs).

Example:
RCON_SENDMESSAGE(n:0, S:"has activated the first defence point on ZE29.\n\ To end this point early, puke 9 1.");
-or
RCONMSG(n:0, S:" Passed the lava area first.");
No tags attached.
Issue History
2014-02-13 20:04FusedNew Issue
2014-02-13 21:58LeonardNote Added: 0008199
2014-02-14 01:22Konar6Note Added: 0008204
2014-02-14 13:13ibm5155Note Added: 0008205
2014-02-15 03:30DuskNote Added: 0008207
2014-02-15 03:30DuskStatusnew => closed
2014-02-15 03:30DuskResolutionopen => no change required

Notes
(0008199)
Leonard   
2014-02-13 21:58   
If you mean in the server console you could just use a ConsoleCommand with the echo command ?
Is that what you mean ?
(0008204)
Konar6   
2014-02-14 01:22   
Isn't this what Log() does?
(0008205)
ibm5155   
2014-02-14 13:13   
/\
(0008207)
Dusk   
2014-02-15 03:30   
Log() does exactly what you want here.