Recursion
#1

hello I've been facing a problem on my 39k~ line code, there's a recursion, I read that a recursion means a function calling itself in the same function, like this:
pawn Код:
FunctionX()
{
//Some code
FunctionX();
return 1;
}
well, I checked the code I added recently but I couldnt find smth similar so I was wondering if it could happen because of something else? I noticed that it lags my server as fuck. And if it is only because the function repeating itself, is there a way to find which function causes it? like any plugin or anything? Help would be really appreciated.
Reply


Messages In This Thread
Recursion - by TracerX - 27.07.2017, 23:42
Re: Recursion - by Pottus - 27.07.2017, 23:45
Re: Recursion - by OneDay - 28.07.2017, 09:16
Re: Recursion - by TracerX - 29.07.2017, 02:08
Re: Recursion - by Logic_ - 29.07.2017, 07:44
Re: Recursion - by iLearner - 29.07.2017, 08:50
Re: Recursion - by TracerX - 29.07.2017, 23:09

Forum Jump:


Users browsing this thread: 3 Guest(s)