17.01.2010, 14:09
Also another method to get rid of the decimals would be to do this...
That will make it so there are zero decimals. With this method, you can choose how many decimals you want.
Код:
format(string, sizeof(string), "Your distance is %.0f meters.", pMeters[playerid]);