08.09.2012, 12:49
So I have this error, I am trying to solve this, but I just cant.
For example if I make the price ... 10000 and then i check in script files it will only show 2 - 3 numbers and they will be completely different.
And when a 3d text label is there it shows random things .. I just dont know how to fix it..
Please help
Thanks
pawn Код:
new price;
format(DCars[id][Price], 255, "%s", price);
dini_IntSet(filestring, "Price", DCars[id][Price]);
And when a 3d text label is there it shows random things .. I just dont know how to fix it..
Please help
Thanks