Crashdetect plugin Error (OnEnterExitModShop)
#1

Hello, sorry my bad Eng...

If i use crashdetect plugin server.exe says continuous(If player connected):
Код:
[19:38:12] [debug] Run time error 6: "Invalid instruction"
[19:38:12] [debug]   Unknown opcode 0x7800 at address 0xFFFFFFFF
[19:38:12] [debug] Backtrace (most recent call first):
[19:38:12] [debug] #0  ???????? in OnEnterExitModShop () from DayaKisteme.amx
I am not using "OnEnterExitModShop" in my gamemode, filterscripts...
I use only BlueG MySQL, sscanf and streamer plugin last version.

What's the problem ? Thank you in advance.
Reply
#2

It says that the problem is OnEnterExitModShop in the DayaKisteme filterscript. Mind showing us that pasrt of the code?
Reply
#3

I add this code and solved this problem.

Код:
public OnEnterExitModShop(playerid, enterexit, interiorid)
{

    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)