EENielsen Posted February 15, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
Kieran Posted February 15, 2010 Report Share Posted February 15, 2010 Theoretically, it should be quite simple. I will look into it for you. Quote Link to comment Share on other sites More sharing options...
EENielsen Posted February 16, 2010 Author Report Share 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 Link to comment Share on other sites More sharing options...
Kieran Posted February 16, 2010 Report Share 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 Link to comment Share on other sites More sharing options...
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.