Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local PLAYERS = { -- List of players that will get bombs on respawn
  2. "Sinnertie",
  3. "FearSome",
  4. "SomeOtherDude"
  5. }
  6.  
  7.  
  8. for i=1, #PLAYERS do
  9. if("FearSome" == PLAYERS[i]) then
  10. print("found")
  11. break
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement