Talk:IsThePedDead: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "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 --~~~~")
 
No edit summary
Line 2: Line 2:


--[[User:Arran Fortuna|Arran Fortuna]] 16:53, 13 May 2013 (UTC)
--[[User:Arran Fortuna|Arran Fortuna]] 16:53, 13 May 2013 (UTC)
Using math.floor should fix this I guess, players die when their health becomes (under) 0.

Revision as of 20:03, 13 May 2013

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.