ESX Hitchwarning Issue

Hey @KrizFrost,

I’ve deal with the same problem before, i solved it by using the profiler tool, “resmon 1” will probably not help/solve the problem completely since the Hitch Warnings are server sided, so i truly recommend the use of the profiler tool in you server prompt !

Hitch Warning can be caused by multiple things, most of the issues are related with loops making TriggerServerEvents or ServerCallback’s and so, overloading the server.

For example… Having a while true do with 10 ms delay and inside of it, having a TriggerServerEvent or ServerCallback being called everytime its really bad

Usefull Links

Profiler tool