Advertisement
Jaden11

Untitled

Dec 27th, 2014
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. -- brianush and fishy's admin
  2. local Ranks={Owner=5,Admin=4,GDSR=3,DSFER=2,SDFER=1,Player=0}
  3. -- What should we name the ranks?
  4. -- k, so, I gotta go, bye.
  5. local admins={
  6. ["Your name here"]=Ranks.Owner;
  7. ["brianush1"]=Ranks.Owner;
  8. ["TheHaxx00rr"]=Ranks.Owner;
  9. -- I shared it with you.
  10. -- bye!
  11. local banned={"Someone's Name Here", "Noob", "someoneelse"}
  12. -- Wait, but shouldn't we make an admin with like... ranks?
  13. -- So that people have access to some commands, but not all.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement