14.05.2013, 21:30
Take a quick look at the format line.
You're noting that there should be three values in the format but you only have 2 there, Doll and Cent.
Try
pawn Код:
"Starter: %f Doll: %i Cent: %i"
Try
pawn Код:
format(TestString, sizeof(TestString), "Starter: %f Doll: %i Cent: %i", Money2, Doll, Cent);