Advertisement
cnl_cnl_cnl

Untitled

Aug 17th, 2023
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2.  
  3. -- to delete an entry
  4.  
  5. local temp = {}
  6. for k,v in pairs(ping_list:split(",")) do
  7. if not (rex.match(v,"prince")) then
  8. table.insert(temp,v)
  9. end
  10. end
  11.  
  12. ping_list = table.concat(temp,",")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement