#pragma dynamic default value
#2

4000-5000 is the default value AFAIK, was discussed recently on the IRC channel.

I have around 10k for my server, if you require the GPS plugin it requires a massive number, if you check the GPS thread tutorial it is in there somewhere.

The recursion warning calls when there is something like this:

Something where it will call the same stock again and again etc.

So basically, it is where the same function gets called within the same function.

Quote:

stock CallStock()
{
if(tester == 1) { CallStock(); }
else { lol(); tester = 1; }
}

Reply


Messages In This Thread
#pragma dynamic default value - by MP2 - 24.07.2013, 03:25
Re: #pragma dynamic default value - by Kyle - 24.07.2013, 13:33
Re: #pragma dynamic default value - by Red_Dragon. - 24.07.2013, 15:10
Re: #pragma dynamic default value - by MP2 - 27.07.2013, 15:47
Re: #pragma dynamic default value - by MP2 - 27.07.2013, 16:17
Re: #pragma dynamic default value - by MP2 - 27.07.2013, 16:43

Forum Jump:


Users browsing this thread: 3 Guest(s)