View Single Post
  #1  
Old 10-21-2011, 02:52 AM
salmo salmo is offline
Approved Member
 
Join Date: Mar 2011
Posts: 632
Default How to get plane ID?

Can someone supply the C# code to get the players airplane ID/serial no please.

[edit] I think I found it. Something like ...

String acName = aircraft.InternalTypeName(); // Plane (Bf109E, etc)
String callSign = aircraft.CallSign(); // Plane ID
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash.

Get the latest COD Team Fusion patch info HERE

Last edited by salmo; 10-21-2011 at 03:06 AM.
Reply With Quote