Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. "Users"
  2. {
  3. //
  4. // This is your users file
  5. //
  6. // You can use this file to add people as admins on your server
  7. // Add them to the relevant section
  8. //
  9. // If you're a Lua coder you can add your own sections and use them
  10. // in your script by doing pl:IsUserGroup( "admin" ) etc
  11. //
  12.  
  13. "superadmin"
  14. {
  15. "Bismarack" "STEAM_0:1:12138252"
  16. }
  17.  
  18. "admin"
  19. {
  20. "Jamal" "STEAM_0:0:9640113"
  21. "Panda" "STEAM_0:1:22825691"
  22. }
  23.  
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement