I am having a problem with my mod, I have it set so that if there are more than two players in the game you get a free grenade. Although since I have it on hardcore you would never know this. So I looked up the name of the emblem in the main files, made it pop up in the bottom right, and called the precacheShader. After all this is shows up as a missing texture, can someone point out what I did wrong?
Heres the code:

Code:
self.hiddennade1 = self createIcon("cardicon_frag_grenade", 30, 30);
self.hiddennade1 setPoint("RIGHT", "RIGHT", -5, 199);
self.hiddennade1.hideWhenInMenu = false;
self.hiddennade1.foreground = true;
and of course I have this in init(),
Code:
precacheShader("cardicon_frag_grenade");