22.05.2012, 15:36
No problem fella!!
I just switched the %d to %s in this lines:
I just switched the %d to %s in this lines:
pawn Код:
format(string, sizeof(string), "{FF0000}Business %d\nPrice $%d\nName: %s\nOwner: %s", bID, Price, bName, bOwner);
format(string, sizeof(string), "{33FF33}Business %d\nPrice $%d\nName: %s\nOwner: %s", bID, Price, bName, bOwner);