15.10.2016, 08:51
I don't know where you got this whole float value thing for %d, but %d literally is the same as %i. They are both used for integers, not floats.
If you want a number with a decimal value in it, you should be using %f not %d.
https://sampwiki.blast.hk/wiki/Format
In short, there is no difference.
If you want a number with a decimal value in it, you should be using %f not %d.
https://sampwiki.blast.hk/wiki/Format
In short, there is no difference.