I am making a small gameplay mod (camper warnings for sniper rifles and other camper guns) and I have the following line in my gamerules..
Whenever I compile i get the error:
Error, Can't find Class 'UTClassic.ClassicSniperRifle'
I assume I need to reference UTClassic but I am unsure how?
thanks
ian
PHP Code:
( Weapon.InventoryType == class'UTClassic.ClassicSniperRifle' ))
Error, Can't find Class 'UTClassic.ClassicSniperRifle'
I assume I need to reference UTClassic but I am unsure how?
thanks
ian
Comment