Server crashes
#3

it's just a stock...

stock SCMF(playerid,color,fstring[],{Float, _}:...)
{
new n=(numargs()-3)*4;
if(n)
{
new message[128],arg_start,arg_end;
#emit CONST.alt fstring
#emit LCTRL 5
#emit ADD
#emit STOR.S.pri arg_start
#emit LOAD.S.alt n
#emit ADD
#emit STOR.S.pri arg_end
do
{
#emit LOAD.I
#emit PUSH.pri
arg_end-=4;
#emit LOAD.S.pri arg_end
}
while(arg_end>arg_start);
#emit PUSH.S fstring
#emit PUSH.C 255
#emit PUSH.ADR message
n+=4*3;
#emit PUSH.S n
#emit SYSREQ.C format
n+=4;
#emit LCTRL 4
#emit LOAD.S.alt n
#emit ADD
#emit SCTRL 4
return SCM(playerid,color,message);

the underlined one is no 58152

It also shows me on server stats an sscanf error - is it possible that those errors cause the server to crash?

http://prntscr.com/fdrfx1
Reply


Messages In This Thread
Server crashes - by Mr.Phillips - 29.05.2017, 23:15
Re: Server crashes - by StrikerZ - 30.05.2017, 08:00
Re: Server crashes - by Mr.Phillips - 30.05.2017, 10:45

Forum Jump:


Users browsing this thread: 1 Guest(s)