Ok, basically what I need is to display a customized screen before or after ServerTravel() call for about 10 -20 seconds, which gives a longer time interval between levels. Thanks to elmuerte and angel_mapper, I was able to display my own loading screen by subclassing UT2k4ServerLoading, but it only stays on for about 2 seconds before the new level is loaded. So I was wondering if there is anyway to put in a 10 seconds delay between the levels.
Or, is there a function that I can use to display an image on the screen? then I can just call it and use SetTimer to put in the 20 seconds delay before ServerTravel.
Thanks a bunch!
Or, is there a function that I can use to display an image on the screen? then I can just call it and use SetTimer to put in the 20 seconds delay before ServerTravel.
Thanks a bunch!
Comment