Junior Posted March 2, 2014 Report Posted March 2, 2014 Hi, I was using VAFs before.. so I add "transfered hours" to my pilots but they still in the 1st rank.. so how can I add the hours manually? Is there any way I can fix their ranks? Thanks! Quote
Moderators servetas Posted March 2, 2014 Moderators Report Posted March 2, 2014 You can add them via your phpmyadmin. The table is named (your db tables prefix)_pilots . Quote
Strider Posted March 2, 2014 Report Posted March 2, 2014 There is an easier way, open your local.config file, and find: # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', false); Change it to: # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', true); phpvms will use the transfer hours in its calculation on ranks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.