Tochka-U 0 Posted April 9, 2019 So i want some players to get into a boat drive it a bit forward and then the screen fades to black, it teleports them and it fades out with them continuing to drive, sort of a seamless teleport. I tried this script that i made (im very much a starter with scripting): Spoiler titleCut ["", "BLACK OUT", 5]; [] spawn { titleCut ["", "BLACK FADE", 5]; sleep 4; Boat1 setVehiclePosition [[4087.57,1152.77,0],[],0,"NONE"]; sleep 3; titleCut ["", "BLACK IN", 5];}; Share this post Link to post Share on other sites
sarogahtyp 1108 Posted April 9, 2019 beside that u r using an obsolete command u just could describe what happens or not or if u get errors in .rpt. just provide details if u r looking for help! titleCut: Quote Description: this command was obsoleted, use cutText instead. Share this post Link to post Share on other sites