19.12.2013, 19:05
Quote:
"if(gPlayerLogged{playerid}) "
Aren't these supposed to be square brackets? { -> [ |
-----------------------------------------
It says insufficient stack size, because of that "new query[4096];" and the default stack size is 5000, try using "#pragma dynamic 10000" or more, it should fix this crash.