float retuns nothing...
#2

Take a quick look at the format line.
pawn Код:
"Starter: %f Doll: %i Cent: %i"
You're noting that there should be three values in the format but you only have 2 there, Doll and Cent.

Try
pawn Код:
format(TestString, sizeof(TestString), "Starter: %f Doll: %i Cent: %i", Money2, Doll, Cent);
Reply


Messages In This Thread
float retuns nothing... - by Terminator1 - 14.05.2013, 16:49
Re: float retuns nothing... - by [HiC]TheKiller - 14.05.2013, 21:30
AW: float retuns nothing... - by HurtLocker - 14.05.2013, 21:32

Forum Jump:


Users browsing this thread: 1 Guest(s)