Inbuilt with multi-purpose announcement bar Check here


[Eluna] Announce New Players On First Login
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

#1
Induction
Are you looking to announce to the entire server on a player logs in for the first time? Look no further! We are sharing with you a nice little Eluna script that will do just that.


Requirements

Download:
Simply copy the code below and paste it into a new file, and save it as AnnounceOnLogin.lua

Code:
local function OnFirstLogin(event, player)
    playerLink = "|Hplayer:"..player:GetName().."|h"..player:GetName().."|h"
    className = player:GetClassAsString(LOCALE_enUS)
    SendWorldMessage("|cffCCFFFBWelcome new player ["..playerLink.."] as "..className.." level "..player:GetLevel()..".")
   
end

RegisterPlayerEvent(30, OnFirstLogin)



Screenshot

[Image: Screen-Shot-2023-01-19-at-11.08.47-PM.png]



Thank you for visiting our site today, we hope you found everything you were looking for. If you encounter any issues, don't hesitate to make a thread in the support section! 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)