FsPassengers Forums
Flight numbers (identifying a pilot that export flight on a VA) - Printable Version

+- FsPassengers Forums (http://www.fspassengers.com/forum)
+-- Forum: FsPassengers (http://www.fspassengers.com/forum/forumdisplay.php?fid=3)
+--- Forum: FsPassengers Support (http://www.fspassengers.com/forum/forumdisplay.php?fid=5)
+--- Thread: Flight numbers (identifying a pilot that export flight on a VA) (/showthread.php?tid=5504)



Flight numbers (identifying a pilot that export flight on a VA) - kenml - 24-10-2005

My pilot ID for DC3 Airways is 1160. When we export a completed flight to that VA the flight number is used to
identify the pilot. Could you
tell me if there is a way to ID the pilot and still had a random flight number?

Regards




Re: Flight numbers - DanSteph - 24-10-2005

Hello,

You shouldn't in any way use a user free input to identify the pilot.

The value UserName and password that you send in the VA.cfg to each members is made for that.
you can find also the value UserName for each flight exported in the MYSQL database.
in brief in the "listflight" script you may replace the display of "PilotName" by
"UserName" and sort by this value. (depend of what you want to do of course)

Hope this help ?

Dan



Post Edited ( 10-24-05 11:43 )