Here's the code
and it outputs this:
Here's my question, is there a way to get rid of those zeros? I've tryed jkStringConcatFormattedFlex(mana); and all i get is 0.000000. Please help.
Code:
jkStringConcatASCIIString("Mana: "); mana=GetInv(player, 14); jkStringConcatFlex(mana);
and it outputs this:
Code:
Mana: 400.000000
Here's my question, is there a way to get rid of those zeros? I've tryed jkStringConcatFormattedFlex(mana); and all i get is 0.000000. Please help.