EENielsen Posted February 15, 2010 Report Posted February 15, 2010 Hello guys. I think that there's something really important thats missing in FSX. That everyone can fly every aircraft and route isn't realistic at all, so it would be awesome if one of you coders could make a addon so you should assign the minimum rank required for adding the route to your bid. - Emil Quote
Kieran Posted February 15, 2010 Report Posted February 15, 2010 Theoretically, it should be quite simple. I will look into it for you. Quote
EENielsen Posted February 16, 2010 Author Report Posted February 16, 2010 This wouldnt actually be a addon, but more a edit in the website script and database I guess. No idea ^^ Quote
Kieran Posted February 16, 2010 Report Posted February 16, 2010 Well it should just require an if statement: if ( users rank >= required rank ) { show the bid link } Or if you wanted to do it by distance: if (distance > 500 && users rank > 2 ) {show the link} else {show an error } I will code if for you shortly, flying a transatlantic flight at the moment 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.