SA-MP Forums Archive
[Ajuda] Float com 4 numeros - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Float com 4 numeros (/showthread.php?tid=663102)



Float com 4 numeros - GSantana - 22.01.2019

Eu gostaria de saber como fazer para um float ficar com apenas 4 nъmeros, se nгo me engano й assim: %4f porйm nгo estб indo

code:

PHP код:
    MaconhaArmazemKTR[0] = DOF2_GetFloat(file"gramas");
    
    
format(Stringsizeof(String), "%4f Kg de maconha"MaconhaArmazemKTR[0]);
    
    
aMaconha Create3DTextLabel(StringINFOA, -1103.5085, -1169.7595129.348070.00); 



Re: Float com 4 numeros - PedroH - 22.01.2019

O correto й

%.4f


Re: Float com 4 numeros - GuiKommander - 22.01.2019

PHP код:
0.4f