Jump to content
MakeWebGames

LimitedStreak

Members
  • Posts

    66
  • Joined

  • Last visited

Personal Information

  • Location
    UK
  • Interests
    Text-Based Mafia MMORPG and Blogs
  • Occupation
    Website Developer and Helping People Code

LimitedStreak's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Sorry for the unclear replies lol The first post was asking for the leaderboard help which is now solved thank you but now if i want to get the rankPosition of a specific user, how would i do that? Like saying to the user 'You are ranked at #48'. Hope this is more clear... Thanks :D
  2. Not the fetch Rank but rankPos. So if you want to show the user what rank he is, how would i do that?
  3. That worked perfectly thank you very very much! Thank you for all the replies, really helpful forum! ♥ BTW does anyone know how to the specific rank? Just say i want do get one users rank? For example: #1 LimitedStreak 100 Rank Points #2 Seker 78 Rank Points #3 KyleMassacre 50 Rank Points If i want to find Sekers position? Which would be #2, how would I do this? Thanks
  4. Thanks for the replies:) btw the $tsel2 shouldnt be there I am not sure if you understand what i meant. This piece of code show a perfect leaderbord For example: LimitedStreak 100 Rank Points Seker 78 Rank Points KyleMassacre 50 Rank Points .. this goes on to show another 7 users in order from highest to lowest. I want to have ranks on the side so it will be like this: #1 LimitedStreak 100 Rank Points #2 Seker 78 Rank Points #3 KyleMassacre 50 Rank Points   A number shows the users position on this leaderboard with #1 having the highest Rank Points and #10 having the lowest.   I just cant seem todo this so please try to help...Thank You:D
  5. Hey there people, just need some help please with php. <code> <?php $tsel = mysql_query("select * from `users` and `status`='Alive' order by `rankpoints` desc limit 1,10"); while ($top = mysql_fetch_array($tsel)) { print "<tr> <td align=left> $tsel2<a href='ajax_user_info.php?viewuser=$top[username]' class='user_link' title='Click to view user info!' target='mainFrame'>$top[username]</a></td><td align=left>".makecomma($top[rankpoints])." XP</td></tr>";} ?> </code> Is there a way that i can rank the results so the person with the most rankpoints will be#1 and the least will be #10 so there will be a list with #1-#10 the users usernames and how much rankpoints they have? I just don't know how to actually rank the results Thank You so much in advance
  6. That looks perfect mate Thank You so much, will check it & get back to you:D
  7. Iv just check MWG after a long time and realised that people have replied to my post and thanks for trying to help people:D. Im not sure though if you get what i mean. What i need is whenever a user gets just say 10million pounds, 1 point is added to his account so just say a user had 20 million then another 1 point would be added and if he gained 30 million then another point would be added.
  8. Hello there, Long time since ive posted but im back as an active member seeking help and helping where i can :) Anyway, i am trying to make a script where everytime you have just say 100 points, you are automatically given £1,000,000. I know how make a script where if you have 100 points then you get given £1,000,000, if you have 200 points then you get given £1,000,000 more etc but this will take far too long and there is an infinie maximum that can be reached so this would be time consuming. Can anyone give me heads up on a small piece of coding that would carry a similar or same fuction so everytime you have 100 points, you will recieve £1,000,000 additional please. Thanks in advance :)
  9. can you please give me them? and has anyone got screenshots or know the features?
  10. Do you know how todo it? i have a code but that a long method
  11. Example everytime the points go up by ten Add 1 to rankpoints so if points are 20, rankpoints will be 2 .
  12. LimitedStreak

    wtm

    Is there a.way to fetch something from.db and if it os.10 - 20 add something to another rpw. But doing 10-20, 20, 30 etc.would take too much time.. I have.an example to show you too
  13. Hey there what pay by sms services do you prefer and why? And has anyone got any scripts that they could give that when you buy credits/points.you can enter the keycode that u get, to get the credits/points.. this is using wtm scripts
  14. I need a captcha image verification
  15. hey there guys, has anyone got a simple scriptcheck that would work with Way of the mafia scripts?   Thanks
×
×
  • Create New...