i set g_hardcore 1 but i want to add to the weapons names
hey!
im trying to add to weapons a name and i activated g_hardcore.
i tried to do this:
Code:
if(self getCurrentWeapon() == "WEAPON")
self.Name = self createFontString( "default", 2.5 );
self.Name setPoint( "Right", "CENTER", 150, 180 );
notifyData.text = "NAME";
but when i switch to the weapon i set a name its doing nothing.