09.02.2016, 10:23
To be absolutely sure you should compile with debug symbols, but to me it looks like
can only point to
So you will have to look in there.
Remember that the stack trace is printed in reverse order, i.e. the first thing that is listed is the last thing that happened.
Код:
[debug] #2 000a6588 in ?? (0, 2)
PHP код:
LeaveGroup(playerid, 2);
Remember that the stack trace is printed in reverse order, i.e. the first thing that is listed is the last thing that happened.

