estimated max. usage: unknown, due to recursion
#4

Quote:
Originally Posted by Aly
Посмотреть сообщение
Well, the thing is like this.
You are using a function/stock/public/etc inside the same function and that's called recursion.
Like:

Код:
stock DoSomething(playerid)
{
     //Some code
     DoSomething(playerid);
}
I watched this:
https://sampforum.blast.hk/showthread.php?tid=55261

How to find it, my gamemode has many lines?

Quote:
Originally Posted by fuckingcruse
Посмотреть сообщение
Yes.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)