Page MenuHomeFeedback Tracker

Message not showing on connect
New, NormalPublic

Description

with the new documentation with putting in the messages file and I put a message in for on connect and all it says on connect is “text”.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Dedicated Server
Additional Information

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<messages>

    <!-- This is example message for automatic server termination -->
    <message>

        <!-- no delay -->
        <delay>0</delay>
        
		<!-- disable On connect flag -->
        <onconnect>1</onconnect>

		<!-- message itself with placeholders -->
		<text>Hello, Welcome to (#name) We have a Don't Be A Sack Tucker KOS Policy, Just have fun and enjoy!</text>

</message>
</messages>

Event Timeline

I can confirm

<?xml version="1.0" encoding="UTF-8" standalone="true"?>
-<messages>

-<message>
<delay>1</delay>
<onconnect>1</onconnect>
<text>TEST MESSAGE ON CONNECT</text>
</message>

</messages>

I reported it to impuls

Fixed with last update before the holiday.