05.03.2011, 10:10
Quote:
Move EVERYTHING in OnPlayerUpdate to a 1-second timer If there's anything.
Reduce string sizes to just as much as needed or a few above, like do NOT use new string[256]; when you are gonna format(string,sizeof(string),"Hi there i am using too much");, if you know what I mean. And try to move all "new string" lines above the loop and not in it. I hope this helped. |