Hey, how I change the pilot ID from 4 numbers to 3 numbers ?
EXAMPLE:
I want XXX001 and not XXX0001
thanks !
Hey, how I change the pilot ID from 4 numbers to 3 numbers ?
EXAMPLE:
I want XXX001 and not XXX0001
thanks !
1 hour ago, Ilai said:
Hey, how I change the pilot ID from 4 numbers to 3 numbers ?
EXAMPLE:
I want XXX001 and not XXX0001
thanks !
In core/local.config.php a little under the database info. Look for.
Config::Set('PILOTID\_LENGTH', 4); // The length of PID, including 0's
Change the 4 to 3.
8 hours ago, flyalaska said:
In core/local.config.php a little under the database info. Look for.
Config::Set(‘PILOTID_LENGTH’, 4); // The length of PID, including 0’s
Change the 4 to 3.
Thank u, do u know how I add pilot list to widget in crew center?
No I dont