• How can I display the scoreboard for 10 seconds?
    2 replies, posted
Well, yeah second post today and the title gets it out. Here is what I wrote on my code: cl_init.lua [code] function ShowWinner() RunConsoleCommand("+showscores") timer.Create("CloseScoreBoard", 10, 1, function() RunConsoleCommand("-showscores") end ) end [/code] It displays but wont go away.
Do it directly from derma or your derma function.
[QUOTE=kila58;44269672]Do it directly from derma or your derma function.[/QUOTE] I am using someone else's scoreboard from the workshop, since I am not so good at it myself. [editline]17th March 2014[/editline] Sorry turns out my code had some logical problems left by me, I fixed it! Sorry for the mess. /thread
Sorry, you need to Log In to post a reply to this thread.