Advertisement
andyipod1437

Untitled

Aug 6th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if allowed == person.name then
  2. print("Detected allowed player:" .. person.name)
  3. uservalid = true
  4. end
  5. end
  6. if uservalid == false then
  7. print("Detected invalid player:" .. person.name)
  8. clear = false
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement