Posts: 6,242
Threads: 8
Joined: Jun 2008
First thing that stands out is the fact that issuerid is 65535, which means you aren't checking for invalid player ID in OnPlayerTakeDamage, and it's likely to be the same elsewhere in the script.
The fact that it's over and over through the script without any gap in time, would suggest you've got someone messing with your server.
The second crash log, I have no idea about.
Posts: 78
Threads: 27
Joined: Feb 2017
Reputation:
0
And the second crash? How to fix that?
Posts: 1,046
Threads: 29
Joined: Mar 2010
Код:
[14:19:50] [debug] AMX backtrace:
[14:19:50] [debug] #0 native strcmp () from samp-server.exe
[14:19:50] [debug] #1 00505ff4 in public OnPlayerLogin (88, 8674320) from IRZSS2.amx
[14:19:50] [debug] #2 0080e25c in public OnDialogResponse (88, 1, 1, -1, 8674320) from IRZSS2.amx
No one knows except you what you're doing with strcmp() in your OnPlayerLogin().