Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. TRIGGER: ^Your current pagelength: 20$
  2.  
  3. TRIGGERED TO:
  4.  
  5. deleteLine()
  6. whoListing = false
  7. whoListSearchPersonIndex = tonumber(table.index_of(whoListPerson, whoListSearchPerson))
  8.  
  9. cecho("\n<orange> LOCATION: " ..whoListRoom[whoListSearchPersonIndex].. "<red> PLAYERS: ")
  10.  
  11. for k,v in ipairs(whoListRoom) do
  12. if v == whoListRoom[whoListSearchPersonIndex] then
  13. cecho(" " ..whoListPerson[k])
  14. table.insert(playersWithSearchPerson, whoListPerson[k])
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement