cheat Posted January 7, 2007 Share Posted January 7, 2007 i am making a game. i am trying to make a ranking system egwhen a player registers they get a rank eg. rookie. but when a experience bar hits 100% it goes to the next rank eg master. there are 15 ranks but i dont kow how to make it can someone help me please. Link to comment https://forums.phpfreaks.com/topic/33240-ranking-system/ Share on other sites More sharing options...
magic2goodil Posted January 7, 2007 Share Posted January 7, 2007 i would suggest using a mysql database to store their status and such...inside your code set it up so that when the user is online it checks to see what their exp is and such and have a switch statement to update in the db their rank if it is not already updated. you could actually write your own class for this game and that would be suggested. Link to comment https://forums.phpfreaks.com/topic/33240-ranking-system/#findComment-155181 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.