24.01.2010, 08:45
This absolutely DOES MATTER.
Running your server in this state is unstable. You either need to decrease your memory usage by using less arrays and re-using them, or use "#pragma dynamic" to increase the allocated memory for your script.
Whatever you do, do not ignore it, as it's definitely NOT a compile success message.
Running your server in this state is unstable. You either need to decrease your memory usage by using less arrays and re-using them, or use "#pragma dynamic" to increase the allocated memory for your script.
Whatever you do, do not ignore it, as it's definitely NOT a compile success message.