/stats
#2

Add this to your command.

pawn Код:
new variable[4];
if(CanUseCIA[playerid]) format(variable, sizeof(variable), "Yes");
else format(variable, sizeof(variable), "No");
return variable;
Then replace this
pawn Код:
format(temp, sizeof(temp), "Army: %d\n",CanUseArmy[playerid]);
strcat(info, temp);
with

pawn Код:
format(temp, sizeof(temp), "Army: %s\n", variable);
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: 4 Guest(s)