⚙️ Configuration Details

The system includes various customizable parameters found in config.lua. Example:

PA.Racing = {
    MaxPlayers = 10, -- Maximum players per race
    EntryFee = {min = 100, max = 5000}, -- Entry fee limits
    VehicleRestrictions = {"sports", "super", "motorcycle"}, -- Allowed vehicle classes
    RewardMultiplier = 1.5, -- Prize calculation multiplier
    CheckpointSize = 5.0, -- Radius of checkpoint triggers
}

Key Configuration Options

  • MaxPlayers: Sets the maximum number of players allowed per race.

  • EntryFee: Defines the minimum and maximum entry fees.

  • VehicleRestrictions: Limits participation to specific vehicle types.

  • RewardMultiplier: Determines how race winnings are calculated.

  • CheckpointSize: Adjusts the size of race checkpoints.

🏁 Race Modes

  • Standard Race: Players race against each other with custom rules.

  • Time Trial: Solo races to set the best time.

  • Knockout Race: Eliminates the last-place racer after each lap.

  • Drift Challenge: Compete for the highest drift score.

🚀 Conclusion

The PA Racing System provides a thrilling and competitive racing experience for FiveM servers. With customizable settings, multiple race types, leaderboards, and vehicle restrictions, it brings an exciting street racing scene to life. Modify it to fit your server’s racing culture and elevate competitive gameplay!

Last updated

Was this helpful?