Hi, i have a problem with the global variables. I have a game that save the scores on hosting web mysql. the scores are saved when i add valua to variable score, but to know the player id where to assign the score, i pick the global variable IDPlayer when her is logged.
To respawn the game whe the player lose, i reset all global variables, but also reset idplayer and then cannot to save the followings scores.
How can i to asign the id player as other way?, or not reset this variable?
In other words, how can i reset all variables except one?
Thanks