Recent content by alohafied

  1. A

    editing score popup _rank.gsc

    scorePopup( amount, bonus, hudColor, glowAlpha ) { self endon( "disconnect" ); self endon( "joined_team" ); self endon( "joined_spectators" ); if ( amount == 0 ) return; self notify( "scorePopup" ); self endon( "scorePopup" ); self.xpUpdateTotal += amount...
  2. A

    editing score popup _rank.gsc

    self.hud_scorePopup setValue(self.xpUpdateTotal); I'm trying to edit this to say letters, if I could get some help, that would be appreciated :)
Top