07.07.2013, 09:34
or with this one stock
then use simply this
Код:
stock YesNo(playerid) { new string[5]; switch(CanUseCIA[playerid]) { case 0: string = "No"; case 1: string = "Yes"; } return string; }
Код:
format(temp, sizeof(temp), "CIA: %s\n",YesNo(playerid)); strcat(info, temp);