Skip to content

Levin6053/fivem-playerlaunch-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

fivem-playerlaunch-fix

A server-side script that blocks a cheat method which spawns multiple parachutes to launch other players into the air.

Problem

A newer cheat method creates multiple parachutes at once to fling players into the air. Because this looks like abnormal entity spawning, anticheats often flag the affected players and issue false bans.

What this script does

  • Detects when a player spawns parachutes (model 1336576410)
  • Allows a single parachute, then cancels any further parachute creation within a short time window (5 seconds)
  • Logs the player who triggered the block
  • Prevents false anticheat bans caused by parachute spam

Commands

Command Description
disableParachute Toggles the protection on/off (console only)

Notes

  • Runs server-side only
  • The time window resets per player after 5 seconds

About

Fivem Exploit fix

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages