Jump to content

[SOLVED] My Ranking System still PROBLEM


SkilledPilotA320

Recommended Posts

Guest lorathon

Try this......

core/local.config.php

# Automatically calculate ranks?
Config::Set('RANKS_AUTOCALCULATE', true);

# If you want to count transfer hours in rank calculations
Config::Set('TRANSFER_HOURS_IN_RANKS', true);

Link to comment
Share on other sites

What is the problem exactly?

Is it the wrong rank for the amount of hours flown?

Have you added other Rank images because phpvms only comes with 1 Rank image so it would not show any other rank if you have not added them.

Also if you want to count transfered hours you will need to edit your local.config.php look for the line that says...

# If you want to count transfer hours in rank calculations

Config::Set('TRANSFER_HOURS_IN_RANKS', true);

The parameter above is automatically set to false.

Hope this helps.

Scott

  • Like 1
Link to comment
Share on other sites

What is the problem exactly?

Is it the wrong rank for the amount of hours flown?

Have you added other Rank images because phpvms only comes with 1 Rank image so it would not show any other rank if you have not added them.

Also if you want to count transfered hours you will need to edit your local.config.php look for the line that says...

# If you want to count transfer hours in rank calculations

Config::Set('TRANSFER_HOURS_IN_RANKS', true);

The parameter above is automatically set to false.

Hope this helps.

Scott

WORKING :D.. THNX FOR HELP! :)

Link to comment
Share on other sites

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.   Restore formatting

  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.

Loading...
×
×
  • Create New...