23.11.2011, 21:12
Try using format.
pawn Code:
new reason[128];
format(reason, sizeof(reason), "Test");
format(UserStats[id][BReason], 128, reason);