Posts: 969
Threads: 26
Joined: Jan 2016
Reputation:
0
Somehow my server sync sux, hits register late, some don't register even i hear the hit sound..ect
How to fix this?
Posts: 1,222
Threads: 23
Joined: Jul 2009
Reputation:
0
This most likely means that you have some (or a lot of) inefficient code. Do you have a lot of timers running? Do you have a lot of code under OnPlayerUpdate? Are you running it on a decent server?
I'd advice you to find and use a profiling plugin, which will help you discover inefficiencies.
Posts: 969
Threads: 26
Joined: Jan 2016
Reputation:
0
Yes i have many things OnPlayerUpdate to update textdraws everytime
Posts: 969
Threads: 26
Joined: Jan 2016
Reputation:
0
Can you give me something like this?