Quote:
Originally Posted by CalvinC
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); }
|
Yes! this worked well. thank you