G1R:MP Forum Alpha
Log in Join
Gothic 1 Remake Multiplayer

The Colony Forum

News, support, development discussions, server communities, and stories from beyond the Barrier.

Colony discussion

[Forum] Code tag

Started by Xardas0327 in Bug Reports

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
08-30-2026, 05:55 PM
#1
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)
Forum Jump: