💨 Vehicle Speed Boost
Speed demons, beware! 💅 PrettyPacketAC includes Vehicle Boost Detection to stop cheaters from zooming through your city using vehicle speed hacks or torque-based exploits.
⚙️ Configuration
The system will monitor players' vehicle speed and trigger an action if they exceed your defined speed cap:
PrettyPacketAC.VehicleBoost = {
enabled = false,
action = "WARN", -- Can be WARN, KICK, or BAN
max_speed = 200,
speed_mesurement = "KMPH" -- Options: "KMPH" or "MPH"
}
💡 Tip: Customize the speed limit based on your server’s vehicles and gameplay. If you use performance mods or racing content, make sure to adjust the
max_speed
accordingly! 🚧🏎️
🚧 Important Notes
Speed is monitored only when a player is inside a vehicle.
This detection is great for catching mod menu speed boosts or manipulation of vehicle physics.
If you use custom handling files that allow very high speeds, consider raising the limit or setting this to
WARN
to avoid false positives.
Keep the roads fair and fun for everyone 🛣️💖 — and no, cheaters, that’s not “just a turbo” 😘🛑
Last updated