Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1.  
  2. // Specifies how the reserved slots plugin operates. Valid values are:
  3. // 0 : Public slots are used in preference to reserved slots. Reserved slots are freed before public slots.
  4. // 1 : If someone with reserve access joins into a reserved slot, the player with the highest latency and
  5. // no reserved slot access (spectator players are selected first) is kicked to make room. Thus, the reserved
  6. // slots always remains free. The only situation where the reserved slot(s) can become properly occupied is
  7. // if the server is full with reserve slot access clients.
  8. // --
  9. // Requires: reservedslots.smx
  10. // Default: 0
  11. sm_reserve_type 1
  12.  
  13. // Specifies the number of reserved player slots. Users with the reservation
  14. // admin flag set will be able to join the server when there are no public slots
  15. // remaining. If someone does not have this flag, they will be kicked.
  16. // (Public slots are defined as: maxplayers - number of reserved slots)
  17. // --
  18. // Requires: reservedslots.smx
  19. // Default: 0
  20. sm_reserved_slots 1
  21.  
  22. sm_reserve_kicktype 0
  23.  
  24. // Specifies whether or not reserved slots will be hidden (subtracted from max
  25. // slot count). Valid values are 0 (Visible) or 1 (Hidden).
  26. // --
  27. // Requires: reservedslots.smx
  28. // Default: 0
  29. sm_hide_slots 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement