Server allways restarting or crashing, why?
#3

Hm i was had similar problem before. Well i was this situation:

pawn Код:
fnc(playerid,cells,...)
{
    new
        string[ sizeof (cells) ];
    format(string, sizeof string,.....
    return playerid;
}
So my advice would be to try with

[sizeof(cell)]

In your case ( if I understood your problem good )

pawn Код:
new
   MAX_STRING = sizeof(128);
if(sscanf(params,"s["MAX_STRING"]"))
Reply


Messages In This Thread
Server allways restarting or crashing, why? - by Nexotronix - 08.07.2011, 12:36
Re: Server allways restarting or crashing, why? - by Basicz - 08.07.2011, 12:52
Re: Server allways restarting or crashing, why? - by OUL - 10.07.2011, 07:32
Re: Server allways restarting or crashing, why? - by Outcast - 10.07.2011, 08:24

Forum Jump:


Users browsing this thread: 1 Guest(s)