Another Thing!
#1

I need a help about formats.
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","");
    }
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..
Reply


Messages In This Thread
Another Thing! - by RyanPetersons - 17.09.2012, 14:59
Re: Another Thing! - by AtItsMax - 17.09.2012, 15:02
Re: Another Thing! - by ViniBorn - 17.09.2012, 15:05
Re: Another Thing! - by RyanPetersons - 17.09.2012, 15:06
Re: Another Thing! - by RyanPetersons - 17.09.2012, 15:09
Re: Another Thing! - by ViniBorn - 17.09.2012, 15:34

Forum Jump:


Users browsing this thread: 2 Guest(s)