View Single Post
  #1  
Old 01-30-2005, 05:52 AM
Arkan1k Arkan1k is offline
Delph
Join Date: Feb 2004
Location: Melbourne, Australia
Posts: 35
Arkan1k is on a distinguished road
Send a message via AIM to Arkan1k Send a message via MSN to Arkan1k
The floating point problem still remains on my 2.3.1 client.
Can I get this double checked by anyone?
Just put this in a level and tell me if the zeros between the decimal point and the next number > 0 are removed.

NPC Code:
if (created||timeout) {
disabledefmovement;
if (keydown(0)) val += 0.000005;
elseif (keydown(2)) val -= 0.000005;
setplayerprop #c,#v(val);
timeout = 0.05;
}



Press up or down.
__________________
[ Delph ]
Reply With Quote