Anyone have a function that lets the server tell the client to fade to black at some specified time out?<br>
<br>
I am working on an RPG like game and I want to have more cinematic-like
transitions. In this case I'd like to modify 'TeleportPlayer' to fade
to black and up from black .It's really part of a need for players to
be able to Teleport from one map to the next.<br>
<br>
After fade out, I want the server to tell the client to execute a
function that disconnects it&nbsp; from &quot;server:port a&quot; then reconnects
at &quot;server:port b&quot; The blackout hides the flicker that occurs sometimes
when changing maps and it looks cooler too.<br>
<br>
<br>
<br>
r.b.<br>
<br>
<br>
<br>
<br>
<br>
<br>