Another Thing!
#5

pawn Код:
stock acheivement()
{
new string2[140];
if(pInfo[playerid][ach2] == 1)
{
format(string2,sizeof(string2),"{00FF00}FirstMan");
}
if(pInfo[playerid][ach2] == 0)
{
format(string2,sizeof(string2),"{FFFFFF}FirstMan");
}
return 1;
}
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)