27.10.2017, 04:52
You are doing it wrong. The specifier syntax goes like this:
"%i" = your modelid
"%s" = your label (optional parameter)
So your format should be like this:
PHP код:
%i\t%s
"%s" = your label (optional parameter)
So your format should be like this:
PHP код:
format(sgstr, sizeof(sgstr), "%i\t%s~n~$%s\n", FurniData[x][fModel], FurniData[x][fuName], format_cash(FurniData[x][fPrice]));

