MattiasBuelens

NetherPVP msg

Aug 12th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. --[[
  2.  
  3.     Nether PVP Arena
  4.     Messages
  5.  
  6. --]]
  7.  
  8. game = game or {}
  9.  
  10. game.msg = {
  11.     getColor    = "netherpvp:getColor",
  12.     notifyColor = "netherpvp:notifyColor",
  13.     newRound    = "netherpvp:newRound",
  14.     notifyReady = "netherpvp:notifyReady",
  15.     startRound  = "netherpvp:startRound",
  16.     stopRound   = "netherpvp:stopRound",
  17.     notifyWin   = "netherpvp:notifyWin"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment