Forum




16 players
12 Antworten




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.

He really has to think about what could go wrong.

1
2
3
4
5
6
7
8
9
10
11
12
13
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
His script is very simple to debug, just a bunch of parses and IF statements.



