• Deathrun | Scoreboard Display Points
    0 replies, posted
[URL="http://i.imgur.com/0bRtXjw.png"]Coins On Score Board - Example[/URL] So on the left of the options there is 'Coins' I was wondering if anyone had the code for this. draw.SimpleText("Lahids: "..#game.PointshopLahids(), "_sb_title1", 105, 45, Color(255,255,255,255), 0, 2) (previously had = draw.SimpleText("Lahids: "..#lahids.GetAll(), "_sb_title1", 105, 45, Color(255,255,255,255), 0, 2) This is what I have, but I dont know if it will work. draw.SimpleText("Total players: "..#player.GetAll().." / "..game.MaxPlayers(), "_sb_title1", 105, 25, Color(255,255,255,255), 0, 2) This is the code above which I was trying to copy but modify to show my 'Lahids' (pointshop points renamed) but cant get the code.
Sorry, you need to Log In to post a reply to this thread.