unknown, due to recursion
#3

I believe when something like that shows on the compiler that it means your string sizes are too large. So when you have things like:
pawn Код:
new string[500];
for something like
pawn Код:
format(string, sizeof(string), "Welcome, %s(%d)", pName, playerid);
then you really don't need such a large string size. Make sense?
Reply


Messages In This Thread
unknown, due to recursion - by Mean - 28.12.2010, 20:29
Re: unknown, due to recursion - by Mean - 29.12.2010, 20:14
Re: unknown, due to recursion - by Scenario - 29.12.2010, 20:18
Re: unknown, due to recursion - by Mauzen - 29.12.2010, 20:43
Re: unknown, due to recursion - by Mean - 29.12.2010, 20:51
Re: unknown, due to recursion - by Infamous - 29.12.2010, 21:10

Forum Jump:


Users browsing this thread: 2 Guest(s)