Talk:IsThePedDead

From Multi Theft Auto: Wiki
Revision as of 20:07, 13 May 2013 by UniOnDennis (talk | contribs) (Forgot to use the '~~~~' in the talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Doubt this would work. Health is a floating point variable and thus comparing it to 0 may not always work as it might return 0.000001

--Arran Fortuna 16:53, 13 May 2013 (UTC)

Using math.floor should fix this I guess, players die when their health becomes (under) 0.

--UniOnDennis 20:03, 13 May 2013 (UTC)