Network overflow

Can somebody please help


Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.

Please note that most of the support is provided by the Cfx.re community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.

To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.

Thanks for keeping these forums tidy!
:mascot:

1 Like

Getting disconnected because of Reliable network event overflow is caused by a client side resource spamming server events to fast. You can see the name of the event by typing ‘toggle neteventlog’ in your console.

1 Like

Here is what you can do, press f8 to open the client console and type netEventLog 1
this will show you a small menu where you could see what events are getting triggered
you will be looking for an event that is getting sent/received a lot and too fast
after you identify that event lets say it is ‘pp:UpdatePlayerPos’ for example you will want to look for the script that is triggering it, either remove it or update it

it is a good idea to use Windows Snip And Stretch Tool to capture the menu and you will get a better view on the events that are triggered

Let me know if this helps!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.