17.09.2012, 14:59
I need a help about formats.
I want to make more formats like this, that appears in the dialog, can you tell me how to adjust many formats with same string in a dialog?
Pleaze help me with it..
pawn Код:
if(pInfo[playerid][ach1] == 1)
{
format(string,1000,"{00FF00}First Cigarette",acheivement());
}
if(pInfo[playerid][ach1] == 0)
{
format(string,1000,"{FFFFFF}First Cigarette",acheivement());
}
ShowPlayerDialog(playerid,92728,DIALOG_STYLE_LIST,"Acheivements",string,"OK","");
}
Pleaze help me with it..