SA-MP Forums Archive
Block the download - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: Block the download (/showthread.php?tid=663487)



Block the download - JeSuisUnChat - 02.02.2019

Hey. I have a problem, when a banned player (sql data base) connecting, he download mods but after he is in requestclass and make the error :

[join] Name_Name has joined the server (*.***.***.***.***)
[debug] Server crashed while executing server.amx
[debug] AMX backtrace:
[debug] #0 00000069 in ?? (110, 32, 115, 117, 114, 32, 76, 82, 80, 46, ... <17 arguments>) from server.amx
[debug] #1 00000069 in public MP_OPC () from slrp.amx
[debug] #2 native CallLocalFunction () from samp03svr
[debug] #3 0000d138 in public SSCANF_OnPlayerConnect (9) from server.amx
[debug] #4 000009e4 in public OnPlayerConnect (9) from server.amx

So my question is : We can kick the player before he start the download ?


Re: Block the download - Logic_ - 02.02.2019

compile your script with the -d3 tag to get more information in the crash detect log.


Re: Block the download - JeSuisUnChat - 02.02.2019

How you do this ?


Re: Block the download - JeSuisUnChat - 02.02.2019

Ok it's good. Thx