It looks the Code tag breaks the style.
Quote:addEventHandler("onPlayerJoin", root, function(playerId)
outputDebugString("onPlayerJoin Start")
spawnPlayer(playerId, 12.0, 24.0, 2.0, 90)
outputDebugString("onPlayerJoin End")
end)
addCommandHandler("default", function(playerId, commandName)
spawnPlayer(playerId, 12.0, 24.0, 2.0, 90)
end)
Code:
addEventHandler("onPlayerJoin", root, function(playerId)
outputDebugString("onPlayerJoin Start")
spawnPlayer(playerId, 12.0, 24.0, 2.0, 90)
outputDebugString("onPlayerJoin End")
end)
addCommandHandler("default", function(playerId, commandName)
spawnPlayer(playerId, 12.0, 24.0, 2.0, 90)
end)