This is a piece of a scipt I have used, it will fade to black, wait a second then fade in into the position u choose. Make a script and name it warp then add the following code:
titlecut ["","black out",5]
~6
"_x setpos getpos gamelogicnamehere" foreach units group groupnamehere
~2
titlecut ["","black in",5]
Then fill in the proper names..
Make a gamelogic where you want the units name it whatever.. Also name your group taht you want warped, to name a group type the following in the leaders init string:
somename = group this
to activate the warp exec the script with
[] exec "warp.sqs"
if you named the script warp.. So put that in a trigger to go off which ever way you choose..
hope I made sense