Can someone tell me what is this?????
#3

Sorry, in the hurry i didn's explain myself well.... the problem is not the LEVEL.... the problem appears when I add

Quote:

new posicionx[256];
new posiciony[256];
new posicionz[256];
-----
format(posicionx,sizeof(posicionx),"%x",X);
format(posiciony,sizeof(posiciony),"%y",Y);
ormat(posicionz,sizeof(posicionz),"%z",Z);
-----
dini_Set(udb_encode(playername), "posx", posicionx);
dini_Set(udb_encode(playername), "posy", posiciony);
dini_Set(udb_encode(playername), "posz", posicionz);

when I insert those lines is when appears this
Quote:

Header size: 1384 bytes
Code size: 57496 bytes
Data size: 32700 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4435 cells (17740 bytes)
Total requirements: 107964 bytes

tha causes my server to crash...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)