Hi,
So I've been working on a login system which works good.
There is one issue..
When the login window is created I do:
fadeCamera(false,0,0,0,0)
But when the map (Its a race server) changes, the background fades away, which I dont want to happen.
How can I achieve this?
I don't know where the piece of code is located.
Do you know it?
Also, do you perhaps know what I need to edit in the destruction_derby.lua to let the last survivor finish the map?
Hi,
What do I need to edit in the destruction_derby.lua to let the last survivor finish the map?
I'm trying to remove 'race ran' from the scoreboard but it is not working.
exports.scoreboard:removeScoreboardColumn('race ran')
I did successfully remove 'state' from the scoreboard with the same code.
What am I doing wrong?