whats the code to pause and unpause a game
and how do you make a highscore table where you can like type in 3 initials or sothing and how do you make a basic highscore table with 10 highscores, i know how to load and save variables?
thanks
if(pause == 0)
{
PauseGameOn();
pause = 1;
}
if(pause == 1)
{
PauseGameOff();
pause = 0;
}
Zehper48 wrote:somebody should make a demo of a highscore table with 10 highscores and you can add names! that would be cool
Zehper48 wrote:that is a good demo but i cant figure out how to get it into my game i can figure out how you did most of it =(
diablos-bud wrote:The high score GE file is from an old version of GE...can you make a newer one for me?
Please?
Users browsing this forum: No registered users and 1 guest