SetScreenText not working?
Here's my code:
Code:
FrameMan:ClearScreenText(Activity.TEAM_1);
FrameMan:SetScreenText("Team 1 Score: " ..self.Team1Score.. "Team 2 Score: " ..self.Team2Score,Activity.TEAM_1,0,-50,true);
Pretty much just stolen from Klone Soccer, but it doesn't put the message on screen, or give me an error.
Also, I recall there was a way to access the Frag Counter? How would I do that?