I have already created a ticket through NItrado support and this was the response at the moment
> I'll highly recommend you to forward this information to Bohemia as well so we
can work on this issue since it's not a known issue yet. Feedback is greatly
appreciated, we are going to start working on this issue.
My Current `messages.xml` file
```
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<messages>
<message>
<delay>1</delay>
<onconnect>1</onconnect>
<text>You're playing on server [PB] Pecado Boyz Country.</text>
</message>
<message>
<delay>5</delay>
<onconnect>1</onconnect>
<text>This server has 2hr Days/10min Nights</text>
</message>
<!-- on connect and repeat -->
<message>
<delay>10</delay>
<repeat>10</repeat>
<onconnect>1</onconnect>
<text>Stay up to date with the lastest server news - JOIN THE DISCORD - http://bit.ly/PBJoinDiscord2019</text>
</message>
<message>
<delay>15</delay>
<repeat>60</repeat>
<onconnect>1</onconnect>
<text>----> EVERY SATURDAY PVP ALL DAY @ SEVEROGRAD <----</text>
</message>
<message>
<delay>25</delay>
<repeat>60</repeat>
<onconnect>1</onconnect>
<text>Help Keep the server alive! Donate at http://bit.ly/PBDonate</text>
</message>
<message>
<delay>35</delay>
<repeat>60</repeat>
<onconnect>1</onconnect>
<text>HIGHLOOT - Server reboots every 4hrs</text>
</message>
<!--
<message>
<deadline>111</deadline>
<text>SERVER WILL RESTART IN APPROX #tmin MINS</text>
</message>
-->
<message>
<deadline>213</deadline>
<text>SERVER WILL RESTART IN APPROX #tmin MINS</text>
</message>
</messages>
```