01.04.2009, 23:52
What is the difference between 1 and 1.0000 ?
if you print float 1.000 it still shows up as 1.
And also, playerCount2 is an integer point, not a float value. So.. you can't really round it.
EDIT: Sorry.. the float 1.0000 prints 1.0000, not 1 You still need to make playerCount2 into a float value for it to work..
if you print float 1.000 it still shows up as 1.
And also, playerCount2 is an integer point, not a float value. So.. you can't really round it.
EDIT: Sorry.. the float 1.0000 prints 1.0000, not 1 You still need to make playerCount2 into a float value for it to work..