How i can fix this crash?
#1

Heey all,

My server crashes everytime whn i am joining i think.
I get this crash error:
Код:
[23:31:33] [debug] Backtrace (most recent call first):
[23:31:33] [debug] #0  ???????? in OnEnterExitModShop () from asacnr.amx
I cant find this code in my script.
How i can fix this?

Thanks Admigo
Reply
#2

public OnEnterExitModShop ()
{
return 1;
}
Reply
#3

Need all 0.3d callbacks.
What include needs the callbacks?
Reply
#4

Omg,How can i fix this spamming errors:
Код:
[debug] Backtrace (most recent call first):
[01:39:21] [debug] #0  00000008 in OnlineUpdate () from asacnr.amx
[01:39:21] [debug] Run time error 7: "Stack underflow"
[01:39:21] [debug]   Stack index (STK) is 0x119C90, stack top (STP) is 0x119C8C
[01:39:21] [debug] Server crashed while executing asacnr.amx
[01:39:21] [debug] #0  ???????? in OnVehicleSpawn () from asacnr.amx
Reply
#5

Код:
public OnlineUpdate ()
{
return 1;
}
public OnVehicleSpawn ()
{
return 1;
}
Reply
#6

i get this errors when including libraries from YSI package, but i haven't found out which one does this (yet). do you use ysi?
Reply
#7

Quote:
Originally Posted by [Diablo]
Посмотреть сообщение
i get this errors when including libraries from YSI package, but i haven't found out which one does this (yet). do you use ysi?
Yeah,my whole server is bugged. I think it bugged by sscanf or ysi.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)