Posts: 37
Threads: 1
Joined: May 2007
Reputation:
0
Hello. As you can see in my signature; I have a server that has 40 slots and usually full. The bug I have is when someone connects to the server, if his IP is higher than 24; he cannot type any command. Seems like +24 IDs are disabled on my server. I guess my mode causes it but still couldn't exactly understand why it is so. Thanks.
Posts: 136
Threads: 7
Joined: Aug 2007
Reputation:
0
cant it be lag? 24 people just to much for the server/internet connection?
Posts: 37
Threads: 1
Joined: May 2007
Reputation:
0
Impossible, can it be because of name[24]; lines?
Posts: 37
Threads: 1
Joined: May 2007
Reputation:
0
Tried but it still occurs. Thanks though.
Posts: 988
Threads: 9
Joined: Jul 2006
Reputation:
0
Your idea about the "array[24]" wasn't bad.. Search for "24" in your script.. If an array is declared as an array of 24 cells, and then you use it like "array[playerid]" then yes that could cause big problems like crashing the script.
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
its not a bug it must be in your script or in one of your filterscripts
Because you would be the first person that ever noticed such a bug on a server
Posts: 5
Threads: 1
Joined: Oct 2008
Reputation:
0
Any idea on a fix for this? I've got the EXACT same problem, and I know I'm bumping a way way old topic.