new Float:j;j= 2.56789;printf(\"%f\",j); //eredmény :2.5
new Float:j;j= 2.56789;printf(\"%0.1f\",j); //eredmény :2.5