Forum

> > CS2D > General > 16 players
Forums overviewCS2D overviewGeneral overviewLog in to reply

English 16 players

12 replies
To the start Previous 1 Next To the start

old 16 players

stealth_killer
User Off Offline

Quote
hello everyone i have a big problem and i think you have it too my problem is when i want to put bigger numbers of players join in my server it says only 16,then when i put 32 it goes back at 16 again(pls tell me the problem)(and dc sorry for the bad title)

old Re: 16 players

stealth_killer
User Off Offline

Quote
yes i host my server for the first time 2 players have visited me nevermind will you tell me how to put 32 players or 26

old Re: 16 players

Yates
Reviewer Off Offline

Quote
rcon sv_maxplayers 32

But anyway, just guessing that you're using that admin script from Crazyboy. And in that script on every round start it makes the max players to 16.

old Re: 16 players

Yates
Reviewer Off Offline

Quote
You will just have to either remove the part in the script. Or change the maxplayers every time you host the server.

old Re: 16 players

Yates
Reviewer Off Offline

Quote
His script has a lot of bugs. Like when you leave and wallhack is still on. The person that joins with that ID will have wallhack (But cannot turn it off). Or his double text.
He really has to think about what could go wrong.

old Re: 16 players

stealth_killer
User Off Offline

Quote
i wish we could have a system that can stop bugs but unfortunately there isnt any system to stop bugs that sucks

old Re: 16 players

Yates
Reviewer Off Offline

Quote
You can use your brain. His bugs can be fixed easy.

old Re: 16 players

TimeQuesT
User Off Offline

Quote
Just use the "join" hook and reset the specific arrays for the player:
1
2
3
4
5
6
7
8
9
10
11
12
13
addhook ("join","loarlz")
function loarlz(id)

for i=1,32 do

array1[i] = false;
array2[i] = false;
.....
arrayx[i] = false;

end

end

old Re: 16 players

Apache uwu
User Off Offline

Quote
Yeah I can see that he doesn't reset any array variable value.

His script is very simple to debug, just a bunch of parses and IF statements.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview