27.03.2014, 07:59
Quote:
I'm using #emit on the main function i use it the most: InfoTD_MSG xD I will take a look on the other posts and maybe i will learn something new.
|
However, for optimization, use less timers. Swap certain timers for unix timestamps, lower string sizes, etc. If you use any SQL based database system, you could try optimizing or threading queries.
This thread covers most aspects of code optimization, you should read it.