PWADStatusbar Fullscreen, FullscreenOffsets { // Check if we're spying on another player IfSpying { DrawString "Smallfont", Red, "You are spying on someone", 160, 100, 0, Alignment(Center); } // Otherwise, we're looking at our own screen. IfSpying Not { DrawString "Smallfont", Green, "You are looking at your screen.", 160, 100, 0, Alignment(Center); DrawImage "MEDIA0", 20, -2, CenterBottom; DrawNumber 2147483647, HUDFONT_DOOM, Untranslated, Health, DrawShadow, 82, -20; DrawImage ArmorIcon, 20, -24, CenterBottom; DrawNumber 2147483647, HUDFONT_DOOM, Untranslated, Armor, DrawShadow, WhenNotZero, 82, -39; DrawImage AmmoIcon1, -14, -4, CenterBottom; DrawNumber 2147483647, HUDFONT_DOOM, Untranslated, Ammo1, DrawShadow, -25, -20; } } SBARINFO