Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function removePlayersInRoom()
  2.  
  3. removePlayer = gmcp.Room.RemovePlayer
  4. if table.contains(playersInRoom, removePlayer) then
  5. table.remove(playersInRoom, table.index_of(playersInRoom, removePlayer))
  6. -- cecho("<red>[[ ALERTNESS: ]] "..removePlayer.. " left "..playerLeftToThe)
  7. inRoomPlayers()
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement