27.12.2007, 23:25
Sorry, in the hurry i didn's explain myself well.... the problem is not the LEVEL.... the problem appears when I add
when I insert those lines is when appears this
tha causes my server to crash...
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); |
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 |

