Idea for new addon

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

Theoretically, it should be quite simple.

I will look into it for you.

This wouldnt actually be a addon, but more a edit in the website script and database I guess. No idea ^^

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