Difference
#3

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.
Reply


Messages In This Thread
Difference - by Spenker - 15.10.2016, 07:29
Re: Difference - by TheDrx - 15.10.2016, 07:48
Re: Difference - by Threshold - 15.10.2016, 08:51
Re: Difference - by Mencent - 15.10.2016, 09:21
Re: Difference - by TheDrx - 15.10.2016, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)