Another Thing!
#4

Nothing, is wrong, I mean to say that
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());
    }
    if(pInfo[playerid][ach2] == 1)
    {
    format(string,1000,"{FFFFFF}First Vehicle",acheivement());
    }
if(pInfo[playerid][ach2] == 0)
    {
    format(string,1000,"{FFFFFF}First Vehicle",acheivement());
    }
    ShowPlayerDialog(playerid,92728,DIALOG_STYLE_LIST,"Acheivements",string,"OK","");
    }
I wrote that full code but the only text appear in the dialog is "First Cigarette", it doesnt appear "First Vehicle".
That is the problem.
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: 1 Guest(s)