19.05.2011, 01:33
Okay so, I have this float number which I want to convert to integer, I know with floatround you can do it the following way:
But if I try this:
I get:
Any tips?
pawn Код:
printf("%d", floatround(100.00)); // prints 100
pawn Код:
printf("%d", floatround(GetPlayerSpeed(playerid, true)));
Код:
error 001: expected token: ",", but found ";"