Can I set max players num in AMXX
HLDS startup parameters in which I joined "+ maxplayers 21".
Can I change this value in the AMXX? |
Re: Can I set max players num in AMXX
No, it must be changed in the command line. You can, however, change the visble max players by changing the cvar sv_visiblemaxplayers.
|
Re: Can I set max players num in AMXX
Thank you very much! fysiks . But I can not fully determine the effectiveness of setting.
If I set the "+ maxplayers 21". Set_cvar_num ("sv_visiblemaxplayers", 32); In fact the maximum allowable number of players online server do? |
Re: Can I set max players num in AMXX
Quote:
|
Re: Can I set max players num in AMXX
I really wonder why this cvar exist and if it bugs with "get_maxplayers". I know that I had some issues with some plugins when I used "sv_visiblemaxplayers 255". :)
Connor & Arkshine... show us HLSDK.. :) |
Re: Can I set max players num in AMXX
Quote:
I don't see why get_maxplayers() would be affected since "maxplayers" remains unchanged. |
Re: Can I set max players num in AMXX
Quote:
|
Re: Can I set max players num in AMXX
Quote:
|
Re: Can I set max players num in AMXX
If I set the "+maxplayers 21" and set_cvar_num("sv_visiblemaxplayers", 12);
When the number of players reached 12, the other players can enter ? |
Re: Can I set max players num in AMXX
Quote:
|
| All times are GMT -4. The time now is 11:51. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.