17.01.2010, 09:52
I have this
but how can i do this?
I dont want to see this
Your distance is 500.3058293 meters.
How can convert it to this?
Your distance is 500 meters.
pawn Код:
new Float:pMeters[MAX_PLAYERS];
pawn Код:
format(string, sizeof(string), "Your distance is %d meters.", pMeters[playerid]);
Your distance is 500.3058293 meters.
How can convert it to this?
Your distance is 500 meters.