added new cvar for adminslots plugin
This commit is contained in:
parent
e27c0b205f
commit
bec98dcddd
|
@ -33,9 +33,12 @@ amx_freq_imessage 180
|
||||||
// Set in seconds how fast players can chat (chat-flood protection)
|
// Set in seconds how fast players can chat (chat-flood protection)
|
||||||
amx_flood_time 0.75
|
amx_flood_time 0.75
|
||||||
|
|
||||||
// Amount of reserved slots (for more details see comments in a plugin source)
|
// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
|
||||||
amx_reservation 0
|
amx_reservation 0
|
||||||
|
|
||||||
|
// If you set this to 1, you can hide slots on your server
|
||||||
|
amx_hideslots 0
|
||||||
|
|
||||||
// Displaying of time remaining
|
// Displaying of time remaining
|
||||||
// a - display white text on bottom
|
// a - display white text on bottom
|
||||||
// b - use voice
|
// b - use voice
|
||||||
|
|
|
@ -33,9 +33,12 @@ amx_freq_imessage 180
|
||||||
// Set in seconds how fast players can chat (chat-flood protection)
|
// Set in seconds how fast players can chat (chat-flood protection)
|
||||||
amx_flood_time 0.75
|
amx_flood_time 0.75
|
||||||
|
|
||||||
// Amount of reserved slots (for more details see comments in a plugin source)
|
// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
|
||||||
amx_reservation 0
|
amx_reservation 0
|
||||||
|
|
||||||
|
// If you set this to 1, you can hide slots on your server
|
||||||
|
amx_hideslots 0
|
||||||
|
|
||||||
// Displaying of time remaining
|
// Displaying of time remaining
|
||||||
// a - display white text on bottom
|
// a - display white text on bottom
|
||||||
// b - use voice
|
// b - use voice
|
||||||
|
|
|
@ -33,9 +33,12 @@ amx_freq_imessage 180
|
||||||
// Set in seconds how fast players can chat (chat-flood protection)
|
// Set in seconds how fast players can chat (chat-flood protection)
|
||||||
amx_flood_time 0.75
|
amx_flood_time 0.75
|
||||||
|
|
||||||
// Amount of reserved slots (for more details see comments in a plugin source)
|
// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)
|
||||||
amx_reservation 0
|
amx_reservation 0
|
||||||
|
|
||||||
|
// If you set this to 1, you can hide slots on your server
|
||||||
|
amx_hideslots 0
|
||||||
|
|
||||||
// Displaying of time remaining
|
// Displaying of time remaining
|
||||||
// a - display white text on bottom
|
// a - display white text on bottom
|
||||||
// b - use voice
|
// b - use voice
|
||||||
|
|
Loading…
Reference in New Issue
Block a user