Skip to content

Instantly share code, notes, and snippets.

@Timmiej93
Timmiej93 / ShowMeTheMoney.lua
Last active September 29, 2017 18:43
ShowMeTheMoney mod for Farming Simulator 17
-- ShowMeTheMoney for Farming Simulator 17
-- @description: This displays the total amount of money available on the server to all players when playing a multiplayer game
-- @author: Slivicon
-- History at end of file.
--
ShowMeTheMoney = {};
ShowMeTheMoney.enabled = true;
ShowMeTheMoney.fontSize = 0.014;
ShowMeTheMoney.money = 0;