17.05.2017, 08:00
So the the Float are 1.000000, 6 decimals
new strc[128],Float:realnum,decimals;
format(strc,sizeof(strc),"%.%df",realnum,decimals) ;
decimals = 2;
so the float should return 1.00, but don't work
new strc[128],Float:realnum,decimals;
format(strc,sizeof(strc),"%.%df",realnum,decimals) ;
decimals = 2;
so the float should return 1.00, but don't work