Hi, I managed to get LFSLapper working thanks to your simple instructions. I then started modifying some of the code to suit myself, and I seem to have stumbled across a problem.
# Message that is shown to players when they connect to server. Use '|' for new line.
ConnectMsg =
^1Welcome to Roj's Server! Powered by ^7LFSLapper!|
^2Type ^7!help ^2after leaving garage to see commands.
# Enable if you want to show control of players when leaving the garage.
ShowPlayerControl = true
#
When I leave the pits, I do not see the "^2Type ^7!help ^2after leaving garage to see commands." text appear, even though I put "ShowPlayerControl = true", is there something else I need to enable for this to work too?
Thanks.