Skip to content

Instantly share code, notes, and snippets.

@CodeAlDente
CodeAlDente / Trucking ranks (PPC Trucking GM)
Last active February 16, 2019 13:53
Returns the name of the rank of a trucker (PPC Trucking GM)
// 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] =
{