06.12.2017, 11:15
Quote:
|
This is a non-warning added in certain versions of the compiler and not a problem.
|
i have test this :
Code:
func()
{
called++;
printf("called %d times.", called);
return func();
}
[13:15:18] called 1358 times.
[13:15:18] Script[gamemodes/bare.amx]: Run time error 3: "Stack/heap collision (insufficient stack size)"


