30.03.2015, 14:07
Format the string to add, here's an example:
pawn Код:
new info2[157];
if(PlayerInfo[giveplayerid][pWanted][0] == 1)
{
format(info2, 128, "Wanted (1) Crime: {30D5C7}%s\n", PlayerInfo[giveplayerid][WantedReason1]");
strcat(info, info2);
}