Jump to content
Violt

Connect/Disconnect Messages?

Recommended Posts

Hey guys, 

Is there any way i could add Player Join Messages and Player Leave messages? 

Something like: 

"PLAYERNAMEHERE joined the server!" or "PLAYERNAMEHERE Left the server" 

Thanks! 

Edited by Violt

Share this post


Link to post
Share on other sites

Using the default messages.xml file as described here...

 

You would have something along the lines of the below for a JOIN message...

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

    <!-- This is example server join message for any user who just joined -->
    <message>

        <!-- Show this message oin connection -->
        <onconnect>1</onconnect>

        <!-- but delay the join message for 2 minutes -->
        <delay>2</delay>

        <!-- do not repeat message -->
        <repeat>0</repeat>

        <!-- message itself with placeholders -->
        <text>Welcome to DayZ on this server (#name)...</text>

    </message>
</messages>

 

 

If you are using BEC then the above will not work as BEC works differently and maybe another member can help you with that...

 

Share this post


Link to post
Share on other sites
8 minutes ago, DrZeddy said:

Using the default messages.xml file as described here...

 

You would have something along the lines of the below for a JOIN message...


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

    <!-- This is example server join message for any user who just joined -->
    <message>

        <!-- Show this message oin connection -->
        <onconnect>1</onconnect>

        <!-- but delay the join message for 2 minutes -->
        <delay>2</delay>

        <!-- do not repeat message -->
        <repeat>0</repeat>

        <!-- message itself with placeholders -->
        <text>Welcome to DayZ on this server (#name)...</text>

    </message>
</messages>

 

 

If you are using BEC then the above will not work as BEC works differently and maybe another member can help you with that...

 

I meant player join messages as in "PLAYERNAMEHERE joined the server!" or "PLAYERNAMEHERE Left the server" 

Share this post


Link to post
Share on other sites

Oh I think you have to have to have a modded server for that and the relevant plugin.

Sorry I don't know much about modded servers...

I do recall seeing something about that in one of the questions (roughly) a week  or two weeks ago.

Maybe you can find it in one of the forum threads here, 

Or maybe you can find it in the modding forums

 

https://forums.dayz.com/forum/153-dayz-modding/

Share this post


Link to post
Share on other sites

I use CF Tools on my server and it has that feature.

Share this post


Link to post
Share on other sites

But shouldn't there be another way like a script that you add in the init? 

Edited by Violt

Share this post


Link to post
Share on other sites

yeah there was but i could never find it so i just use the dart program

Share this post


Link to post
Share on other sites

text>Welcome to DayZ on this server (#name)...</text>
This message show server name, i need show in game palyer name.

Share this post


Link to post
Share on other sites
On 1/30/2019 at 3:33 AM, BetterDeadThanZed said:

I use CF Tools on my server and it has that feature.

I use that to, CF Tools  (Omegamanager), but there is no option in it as i see.
Is yours different?

Share this post


Link to post
Share on other sites
41 minutes ago, HeadRox said:

I use that to, CF Tools  (Omegamanager), but there is no option in it as i see.
Is yours different?

Look under the messenger tab. 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×