This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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; |