This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // PPC_Defines.inc | |
| // Define trucker ranks | |
| enum TTruckerRanks | |
| { | |
| RankStats, // Holds the required stats to get this rank | |
| RankName[50] // Holds the name of the rank | |
| } | |
| new ATruckerRanks[][TTruckerRanks] = | |
| { |
NewerOlder