25.10.2013, 14:35
So did the team that managed the gui and throws me this one:
Header size: 9664 bytes
Code size: 1306068 bytes
Data size: 2642604 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4931 cells (19724 bytes)
Total requirements: 3974720 bytes
team:
Header size: 9664 bytes
Code size: 1306068 bytes
Data size: 2642604 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4931 cells (19724 bytes)
Total requirements: 3974720 bytes
team:
Код:
if( dialogid == 548 ) { if( response ) { if(listitem == 0) { Informacija(playerid,playerid); } if(listitem == 1) { new msg[180]; new XPe = GetPlayerScore(playerid); new pdx = playerDB[playerid][pdxp]; new dylx = playerDB[playerid][dylxp]; new taxix = playerDB[playerid][medxp]; new medx = playerDB[playerid][medxp]; new mechx = playerDB[playerid][mechxp]; new furx = playerDB[playerid][furxp]; new cosax = playerDB[playerid][cosaxp]; format(msg, 256, "{ff9933}Bendra patirtis(XP): {FFFFFF}%i\n{ff9933}Policininko: {ffffff}%i\n{ff9933}Dylerio: {ffffff}%i\n{ff9933}Taxisto: {ffffff}%i\n{ff9933}Mediko: {ffffff}%i\n{ff9933}Mechaniko: {ffffff}%i\n{ff9933}Fûristo: {ffffff}%i\n{ff9933}Mafijozo: {ffffff}%i", XPe, pdx, dylx, taxix, medx, mechx, furx, cosax); ShowPlayerDialog(playerid,9978,DIALOG_STYLE_MSGBOX,"Darbø patirtis",msg,"Gerai",""); } } return 1; }