Raised This Month: $51 Target: $400
 12% 

Where can i see the cvarlist for the original reserverdslots plugin?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
blue zebra
BANNED
Join Date: Jun 2010
Old 06-15-2011 , 07:20   Where can i see the cvarlist for the original reserverdslots plugin?
Reply With Quote #1

Where can i see the cvarlist for the original reserverdslots plugin?
What are builded to the sourcemod basically.
Maybe i am blind, but i dont found this.
blue zebra is offline
Tylerst
Veteran Member
Join Date: Oct 2010
Old 06-15-2011 , 08:41   Re: Where can i see the cvarlist for the original reserverdslots plugin?
Reply With Quote #2

Directly from the reseveredslots source provided with sourcemod...

Code:
CreateConVar("sm_reserved_slots", "0", "Number of reserved player slots", 0, true, 0.0);
CreateConVar("sm_hide_slots", "0", "If set to 1, reserved slots will hidden (subtracted from the max slot count)", 0, true, 0.0, true, 1.0);
CreateConVar("sm_reserve_type", "0", "Method of reserving slots", 0, true, 0.0, true, 2.0);
CreateConVar("sm_reserve_maxadmins", "1", "Maximum amount of admins to let in the server with reserve type 2", 0, true, 0.0);
CreateConVar("sm_reserve_kicktype", "0", "How to select a client to kick (if appropriate)", 0, true, 0.0, true, 2.0);
Alternateively to see current values, in your console, you can type sm cvars reservedslots

Last edited by Tylerst; 06-15-2011 at 08:44.
Tylerst is offline
blue zebra
BANNED
Join Date: Jun 2010
Old 06-15-2011 , 14:05   Re: Where can i see the cvarlist for the original reserverdslots plugin?
Reply With Quote #3

Thanks and sorry. I founded this information in the cstrike/cfg/sourcemod/sourcemod.cfg
blue zebra is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:50.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode