19.05.2011, 17:24
GetPlayerSpeed returns a float and it's a stock function. Anyways, thanks to Seven_Of_Nine, his technique worked.
Regards.
pawn Код:
new p_Sp = GetPlayerSpeed(playerid, true);
printf("%d", floatround(p_Sp, floatround_round));