22.08.2016, 10:33
I'd really guess that it has something to do with this abnormally long portion...
How big is string, and how did you "fix" the command not working before... If you hadn't fixed it, and now it's doing this, you should've stuck to your original command not working thread.
Code:
format(string,sizeof(string)," {FFFF00}|- Account Details -|\n\n{FFFFFF}Name: {33FF33}%s\n{FFFFFF}Last Ip: {33FF33}%s\n{FFFFFF}Registration date: {33FF33}%s\n{FFFFFF}Last time online: {33FF33}%s\n\n {FFFF00}|- User Statistics -|\n\n{FFFFFF}Kills: {33FF33}%d || {FFFFFF}Deaths: {33FF33}%d\n{FFFFFF}Admin level: {33FF33}%d ||{FFFFFF}Vip level: {33FF33}%d\n{FFFFFF}Money: {33FF33}%d || {FFFFFF}Bank: {33FF33}%d || {FFFFFF}Weed: {33FF33}%d\n\n {FFFF00}|- House & Business -|\n\n{FFFFFF}House ID: {33FF33}%d\n{FFFFFF}Business ID: {33FF33}%d\n\n {FFFF00}|- Vehicles -|\n\n{FFFFFF}Slot 1: {33FF33}%s\n{FFFFFF}Slot 2: {33FF33}%s\n{FFFFFF}Slot 3: {33FF33}%s\n{FFFFFF}Slot 4: {33FF33}%s\n{FFFFFF}Slot 5: {33FF33}%s\n{FFFFFF}Slot 6: {33FF33}%s\n{FFFFFF}Slot 7: {33FF33}%s\n{FFFFFF}Slot 8: {33FF33}%s", namezz,dini_Get(playerFile, "Ip"),dini_Get(playerFile, "Registereddate"), dini_Get(playerFile, "Laston"),dini_Int(playerFile, "kills"), dini_Int(playerFile, "deaths"), dini_Int(playerFile, "level"),dini_Int(playerFile,"vip"), dini_Int(playerFile, "money"), dini_Int(playerFile, "bank"), dini_Int(playerFile, "weed"), dini_Int(playerFile, "vowned"),dini_Int(playerFile, "vowned2"),dini_Int(playerFile, "vowned3"),dini_Int(playerFile, "vowned4"),dini_Int(playerFile, "vowned5"),dini_Int(playerFile, "vowned6"),dini_Int(playerFile, "vowned7"),dini_Int(playerFile, "vowned8");