panqkart / panqkart

A 12 multiplayer racing game built with Minetest 🏎 with multiple/upgradable cars, coin system, and more.

Home Page:https://content.minetest.net/packages/Panquesito7/panqkart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too many numbers at the end of lap times

LoneWolfHT opened this issue · comments

image

This can be fixed with something like:

minetest.chat_send_player(player, string.format("Game's up! You finished the race in %.2f seconds.", time))

(Will show 69.66 seconds in the chat, 2 decimal places)

That's an awesome idea! Would you like to work on this?

I could if you wanted me to, otherwise I will avoid adding anything new to my rather stuffed schedule :P

I could if you wanted me to, otherwise I will avoid adding anything new to my rather stuffed schedule :P

Feel free to choose and let me know. 🙂

Well, I'll guess I'll work on this. Will still give you credit. Thanks. :)