NEVERMIND I FIXED IT.

This commit is contained in:
Marisa the Magician 2021-01-24 16:45:05 +01:00
commit 982bd42f60
6 changed files with 93 additions and 34 deletions

View file

@ -579,7 +579,7 @@ Class PulseGun : UTWeapon
}
if ( !Owner || !Owner.player || (Owner != players[consoleplayer].Camera) ) return;
ammoled.mygun = self;
//TexMan.SetCameraToTexture(ammoled,"PAmmoLed",90);
TexMan.SetCameraToTexture(ammoled,"PAmmoLed",90);
}
override int, int, bool, bool GetClipAmount()