←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

[ROZWIĄZANE] CS:GO rezerwacja slota


Najlepsza odpowiedź maRoff 13.10.2014 09:15

Ustaw tej osobie odpowiednią flagę dostępu, w tym samym miejscu gdzie nadajesz admina:

\addons\sourcemod\configs\admins.cfg
lub
\addons\sourcemod\configs\admins_simple.ini

Ta flaga odpowiada za rezerwacje:

"reservation" "a" //Reserved slots

Dodatkowo zarezerwowane sloty trzeba włączyć w:

\cfg\sourcemod\sourcemod.cfg

Z tymi opcjami trzeba poeksperymentować:

// Specifies how the reserved slots plugin operates. Valid values are:
// 0 : Public slots are used in preference to reserved slots. Reserved slots are freed before public slots.
// 1 : If someone with reserve access joins into a reserved slot, the player with the highest latency and 
// no reserved slot access (spectator players are selected first) is kicked to make room. Thus, the reserved
// slots always remains free. The only situation where the reserved slot(s) can become properly occupied is 
// if the server is full with reserve slot access clients.
// --
// Requires: reservedslots.smx
// Default: 0
sm_reserve_type 1


// Specifies the number of reserved player slots.  Users with the reservation
// admin flag set will be able to join the server when there are no public slots
// remaining. If someone does not have this flag, they will be kicked.
// (Public slots are defined as: maxplayers - number of reserved slots)
// --
// Requires: reservedslots.smx
// Default: 0
sm_reserved_slots 1


// Specifies whether or not reserved slots will be hidden (subtracted from max
// slot count). Valid values are 0 (Visible) or 1 (Hidden).
// --
// Requires: reservedslots.smx
// Default: 0
sm_hide_slots 0

 

Przejdź do postu
Zablokowany

  • +
  • -
Quadrrro - zdjęcie Quadrrro 12.10.2014

Mam jedno krótkie pytanie. Jak ustawić żeby sloty były zarezerwowane, tz. chcę aby jedna osoba miała taki slot.

Odpowiedz

  • +
  • -
Najlepsza odpowiedź maRoff - zdjęcie maRoff 13.10.2014

Ustaw tej osobie odpowiednią flagę dostępu, w tym samym miejscu gdzie nadajesz admina:

\addons\sourcemod\configs\admins.cfg
lub
\addons\sourcemod\configs\admins_simple.ini

Ta flaga odpowiada za rezerwacje:

"reservation" "a" //Reserved slots

Dodatkowo zarezerwowane sloty trzeba włączyć w:

\cfg\sourcemod\sourcemod.cfg

Z tymi opcjami trzeba poeksperymentować:

// Specifies how the reserved slots plugin operates. Valid values are:
// 0 : Public slots are used in preference to reserved slots. Reserved slots are freed before public slots.
// 1 : If someone with reserve access joins into a reserved slot, the player with the highest latency and 
// no reserved slot access (spectator players are selected first) is kicked to make room. Thus, the reserved
// slots always remains free. The only situation where the reserved slot(s) can become properly occupied is 
// if the server is full with reserve slot access clients.
// --
// Requires: reservedslots.smx
// Default: 0
sm_reserve_type 1


// Specifies the number of reserved player slots.  Users with the reservation
// admin flag set will be able to join the server when there are no public slots
// remaining. If someone does not have this flag, they will be kicked.
// (Public slots are defined as: maxplayers - number of reserved slots)
// --
// Requires: reservedslots.smx
// Default: 0
sm_reserved_slots 1


// Specifies whether or not reserved slots will be hidden (subtracted from max
// slot count). Valid values are 0 (Visible) or 1 (Hidden).
// --
// Requires: reservedslots.smx
// Default: 0
sm_hide_slots 0

 

Odpowiedz

  • +
  • -
Quadrrro - zdjęcie Quadrrro 14.10.2014

Dziękuje Ci. Pomogło.Na prawdę wielkie dzięki.

Odpowiedz
Zablokowany