Floats to Integer - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Floats to Integer (
/showthread.php?tid=269836)
Floats to Integer -
TouR - 18.07.2011
Title sais it all, What is the way to turn a float to an integer? Etc tuen the vehicle health (1000.00) to an integer value (1000).
Re: Floats to Integer -
Bakr - 18.07.2011
Use the floatround( ) function:
https://sampwiki.blast.hk/wiki/Floatround
Re: Floats to Integer -
TouR - 18.07.2011
Ah that was too simple xD Thank you mate <3