Hey
im trying to place an icon on the players screen. First im precaching it:
Then i create it:Code:init() { precacheShader("cardicon_claymore"); [...] }
But its looks buggy ingame. Can anyone help me?Code:self.infoIcon = createIcon("cardicon_claymore", 64, 64); self.infoIcon setPoint("BOTTOMRIGHT", "BOTTOMRIGHT", -10, -2);