PA Scripts
Scripts
  • Overview
  • Hookers
    • 🔧 Installation
    • 🎮 Gameplay & Usage
    • ⚙ Configuration Details
  • Multiplayer Roof Running
    • 🔧 Installation
    • 🔍 Gameplay & Usage
    • ⚙️ Configuration Details
  • Crafting System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Details
  • Lockpick System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Details
  • Racing System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Details
  • Hacking System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Details
  • Money Laundering System
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Options
  • Radial Menu
    • 🔧 Installation
    • 🔍 Usage
    • ⚙️ Configuration Options
  • Prop System
    • 🔧 Installation
    • 🔍 Usage
    • Configuration Details
  • Hq App + Art Asylum Heist
    • ⚔️General information page
    • 🧠Installation
  • Inventory
    • Readme file
    • 🧠Installation
    • 🪶Config Settings
  • Craft System
    • 💻General features
    • 🧠Installation
    • 🪶Config Settings
    • 🟦Blueprints
  • UI Pack
    • ⚙️Setting for Core
    • 🪶Usage examples
Powered by GitBook
On this page
  • 🏁 Race Modes
  • 🚀 Conclusion

Was this helpful?

  1. Racing System

⚙️ 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!

Previous🔍 UsageNextHacking System

Last updated 4 months ago

Was this helpful?