QSS-M
QSS-M copied to clipboard
Feature request: cvars for displaying image on screen
Proposing a cvar/command that displays an image on screen for a set duration of time in the location X/Y
scr_displayimage1 (float duration, float x, float y, string image_path, float fadein, float fadeout) scr_displayimage2 scr_displayimage3 scr_displayimage4
e.g. scr_displayimage4 3 50 75 "gfx/image1.png" 5 10 would display gfx/image1.png for 3 seconds in the location x50/y75, with fade-in rate of 5 and fade-out rate of 10
This can be used in many different scenarios - like showing banner images for "match start", "match over", "VOTE NOW!", etc etc