First, thanks Guys the answer! Unfortunatly i tried the round, but it has a problem. If the attrib is in the round i lost the real counter. Because: I have a game attrib, its call for ex:stone score. This is a collect attrib (ex:coint) if you buy a scpecial item (ring) and wear it, its will be general 10 stone/day (its reward). But this parameter is - set_stonescore_stonescore + passminute * 0.001. And its working, if the passminute was 3, get stonescore 3*0.001. But i put a round when this is gererate all of time (always) i lost this reward.
for ex: the stonescore is 3. After 3 minute get the stonescore + 0.003, the counting will be 3.003. And if i put the round it will be 3.000 or 4.000 (floor or ...), I want to counting hidden the decimal numbers and i want to just see the whole number. How can i it?