Guest User

Untitled

a guest
Oct 13th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function addNewPlayers()
  2.  
  3. newPlayers = gmcp.Room.AddPlayer.name
  4.  
  5. if not table.contains(playersInRoom, newPlayers) then
  6. table.insert(playersInRoom, newPlayers)
  7. inRoomPlayers()
  8. end
  9. end
Add Comment
Please, Sign In to add comment