/stats
#3

or with this one stock

Код:
stock YesNo(playerid)
{
      new string[5];
      switch(CanUseCIA[playerid])
      {
             case 0: string = "No";
             case 1: string = "Yes";
      }
      return string;
}
then use simply this

Код:
format(temp, sizeof(temp), "CIA: %s\n",YesNo(playerid));
strcat(info, temp);
Reply


Messages In This Thread
/stats - by nor15 - 07.07.2013, 04:10
Re: /stats - by Boolean - 07.07.2013, 08:22
Re: /stats - by dEcooR - 07.07.2013, 09:34
Re: /stats - by nor15 - 07.07.2013, 14:15
Re: /stats - by ReVo_ - 07.07.2013, 14:24
Re: /stats - by Jefff - 07.07.2013, 14:49

Forum Jump:


Users browsing this thread: 3 Guest(s)