make 52.73477 to 52.73
#3

It is a float you can use format this way:
PHP код:
new string[25];
new 
Float:num 52.74377;
format(stringsizeof(string), "Number is: %.2f"num);
SendClientMessage(playerid, -1string); 
Код:
 Output:
Number is: 52.74
Reply


Messages In This Thread
make 52.73477 to 52.73 - by SetPlayerNameTag - 03.09.2017, 10:45
Re: make 52.73477 to 52.73 - by Kane - 03.09.2017, 10:48
Re: make 52.73477 to 52.73 - by FailerZ - 03.09.2017, 10:49
Re: make 52.73477 to 52.73 - by 10MIN - 03.09.2017, 10:54
Re: make 52.73477 to 52.73 - by SetPlayerNameTag - 03.09.2017, 11:03

Forum Jump:


Users browsing this thread: 1 Guest(s)