Quote:
Originally Posted by GhostMan
I'm wondering if its nessecery to creat so much STATIC variables? Static variable's information aren't deleted from memory until server restart, so this causes server to use more ram, isn't it?
|
Static variables will remain allocated for that map. Why do you ask? Are you having memory use issues? Generally you won't even notice a difference. In fact, static variables are actually used (in most cases) to improve performance (processor time).
__________________