Jump to content
MakeWebGames

Recommended Posts

Posted

Re: Game Ranks

..... skids

This mod is useless

all it does is get ur house price some of ur stats and if ur above a number you get that rank woopie

Posted

Re: Game Ranks

Joker, If it's so easy, Make it.... :|

It's not useless...It gives your players something to aim for, Be the best at. It would make your players more active.

Posted

Re: Game Ranks

Exactly, It just gives the players a little more to do.

You need to give them something to aim for, Level, Rank, Stats, House, Weapons. It will keep them active.

  • 2 weeks later...
Posted

Re: Game Ranks

Ive made a hall of fame option to show top 20 users by game rank, since I have no users I can't really test it at the moment, but here it is.

Open halloffame.php

add this function

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Add this case:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Just add a link to:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

  • 2 weeks later...
Posted

Re: Game Ranks

Heres what I received:

Fatal error: Call to undefined function get_gamerank() in /home/jds137/public_html/halloffame.php on line 244

My line 244:

print "<tr> <td>$t$p$et</td> <td>$t{$r['gangPREF']} {$r['username']} [{$r['userid']}]$et</td> <td>".get_gamerank($r['level'],$r['hPRICE'],$r)."</td> </tr>";
Posted

Re: Game Ranks

add the field "rank" in the users table as integer

looks like it will work, could make it more complex.

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Then to output the value you could just use the next function

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

An example of the usage

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

  • 4 weeks later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...