player can't join my server
#1

hi
i have a little team scripting with me, and we used to test the server every time we added something new, but it's not hosted, we lives together, so, someone runs the samp and gives the others the IPv4 so we can join
but now, no one can join the server, only who runs it, the others got banned/kicked and we got this
Код:
[warning] client exceeded 'ackslimit' ************(ip)' (6326) Limit: 3000/sec
Reply
#2

Something in your script is sending way too many updates to the clients. A client has to acknowledge each update by sending a message back to the server. This is what ackslimit means. The problem rarely originates from the client, especially if the majority of players suffer from the problem.
Reply
#3

any solution?
Reply
#4

anyone?.
Reply
#5

Check your timers, your loops, your callbacks.

In particular if you use OnPlayerUpdate wrong, or any of those callbacks that are called so much...


The solution is to assess your code and fix it. If it's going through a massive loop, that isn't needed, redo it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)