Long Msgbox Problem
#1

Hi. I have made a line but it's too long so when I compile the gamemode, pawno has stopped running. In short;

pawn Код:
new STS_MSG[2048];
format(STS_MSG, sizeof STS_MSG,"{F7D358}(Name) {FFFFFF}%s;\n{F7D358}(Account) {FFFFFF}Language: {F7D358}English {FFFFFF}\n{F7D358}(Money) {FFFFFF}Cash in Pocket: {F7D358}%d {FFFFFF}| {FFFFFF}Bank: {F7D358}%d\n{F7D358}(Kills/Deaths) {FFFFFF}Kills: {F7D358}%d {FFFFFF}| Deaths: {F7D358}%d {FFFFFF}| Ratio:{F7D358} %0.2f {FFFFFF}\n{F7D358}(Experience) {FFFFFF}Level: {F7D358}%d {FFFFFF}| Upgrade Points: {F7D358}%d\n{F7D358}(Inventory) {FFFFFF}A_KEY: {F7D358}%d {FFFFFF}| B_KEY: {F7D358}%d\n",oyuncuismi,GetPlayerMoney(playerid),PlayerInfo[playerid][pBank],PlayerInfo[playerid][pKills],PlayerInfo[playerid][pDeaths],Float:PlayerInfo[playerid][pKills]/Float:PlayerInfo[playerid][pDeaths],GetPlayerScore(playerid),Float:PlayerInfo[playerid][pUP],Float:PlayerInfo[playerid][pAKEY],Float:PlayerInfo[playerid][pBKEY]);
ShowPlayerDialog(playerid, STATS_MSG, DIALOG_STYLE_MSGBOX,"Stats",STS_MSG,"OK","");
Can anyone solve this?
Reply


Messages In This Thread
Long Msgbox Problem - by Matz - 17.05.2012, 11:34
Re: Long Msgbox Problem - by Face9000 - 17.05.2012, 12:34
Re: Long Msgbox Problem - by Verbal - 17.05.2012, 13:59
Re: Long Msgbox Problem - by Matz - 17.05.2012, 14:25
Re: Long Msgbox Problem - by Face9000 - 17.05.2012, 18:04
Re: Long Msgbox Problem - by Pinguinn - 17.05.2012, 19:37
Re: Long Msgbox Problem - by ViniBorn - 17.05.2012, 19:41
Re: Long Msgbox Problem - by Matz - 18.05.2012, 05:49

Forum Jump:


Users browsing this thread: 3 Guest(s)