20.06.2013, 17:53 
	
	
	Quote:
| 
			 causing it to spawn me at a wrong position  | 
pawn Код:
new Float:exact = 1.1266666666;
new rounded[32];
format(rounded, sizeof(rounded), "%.04f", exact);
// rounded = 1.1267
| 
			 causing it to spawn me at a wrong position  | 
new Float:exact = 1.1266666666;
new rounded[32];
format(rounded, sizeof(rounded), "%.04f", exact);
// rounded = 1.1267