Costom join message

763bf3dcfffc01a183150d5014c5b585

Hey how can i get a custom join message can anyone help me

Pretty sure that’s vmenu producing that.

Ohh is it? hmm okay thanks

Well, you could listen for the chat:init event.
For example:

AddEventHandler('chat:init', function()
    -- this will get completed when the player has initialised
end)

cant find it in vMenu are you sure it is vMenu

You can try this, just disable death messages if you don’t want them. :smiley:

I am. You can enable / disable them via the menu under Misc.

What he posted is not in vMenu, It’s a custom join message. The link that was provided above by @maxx016 is what he is asking for.

1 Like

Thanks for the help guys