Yacker
Metallic
If I call G_DoReborn at all in single player it crashes after the fadeout with the error: P_MapStart: tmthing set! But in multiplayer it works fine. Am I missing something or is this function just broken?
Code:
addHook("ThinkFrame", function()
for p in players.iterate
if p.cmd.buttons & BT_USE
G_DoReborn(0)
end
end
end)