01.11.2011, 23:31
maybe like this (not sure if it works):
pawn Код:
new string[1024]; //not sure about the string length
format(string, sizeof(string), "Money: %d", strval(val1) + strval(val2));