Advertisement
alamiku

First Enter

Sep 28th, 2011
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. -- Customizable
  2. -- If your going to Edit it and Publish it remembe always to put me somewhere in credits =)
  3. -- And before you do publish, ask me for permission
  4. -- Credits to AlaMiku
  5.  
  6. FIRSTENTER = {}
  7.  
  8. FIRSTENTER.ServerName = "|cff2B60DE[Announce]" -- Change the "Name of your Server" to the name of your Server
  9.  
  10. -- Dont modify anything below otherwise it wont work, unless you know what your doing
  11.  
  12. function FIRSTENTER.PlayerOnFirstEnterWorldWelcome(event, player)
  13. SendWorldMessage(FIRSTENTER.ServerName.." - |cff00FF00Welcome To Our World:|cffF660AB "..player:GetName(), 2)
  14. end
  15.  
  16. RegisterServerHook(3, "FIRSTENTER.PlayerOnFirstEnterWorldWelcome")
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement