├── AntiVDM ├── cl_antivdm.lua └── fxmanifest.lua ├── CarryPeople ├── README.md ├── cl_carry.lua ├── fxmanifest.lua └── sv_carry.lua ├── IDsAboveHead ├── cl_idsabovehead.lua └── fxmanifest.lua ├── PiggyBack ├── README.md ├── cl_piggyback.lua ├── fxmanifest.lua └── sv_piggyback.lua ├── README.md ├── TakeHostage ├── README.md ├── cl_takehostage.lua ├── fxmanifest.lua └── sv_takehostage.lua ├── VisualWeatherVoter ├── README.md ├── cl_vote.lua ├── fxmanifest.lua └── sv_vote.lua └── vrp_punishments ├── README.md ├── cl_warningsystem.lua └── sv_warningsystem.lua /AntiVDM/cl_antivdm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/AntiVDM/cl_antivdm.lua -------------------------------------------------------------------------------- /AntiVDM/fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/AntiVDM/fxmanifest.lua -------------------------------------------------------------------------------- /CarryPeople/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/CarryPeople/README.md -------------------------------------------------------------------------------- /CarryPeople/cl_carry.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/CarryPeople/cl_carry.lua -------------------------------------------------------------------------------- /CarryPeople/fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/CarryPeople/fxmanifest.lua -------------------------------------------------------------------------------- /CarryPeople/sv_carry.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/CarryPeople/sv_carry.lua -------------------------------------------------------------------------------- /IDsAboveHead/cl_idsabovehead.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/IDsAboveHead/cl_idsabovehead.lua -------------------------------------------------------------------------------- /IDsAboveHead/fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/IDsAboveHead/fxmanifest.lua -------------------------------------------------------------------------------- /PiggyBack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/PiggyBack/README.md -------------------------------------------------------------------------------- /PiggyBack/cl_piggyback.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/PiggyBack/cl_piggyback.lua -------------------------------------------------------------------------------- /PiggyBack/fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/PiggyBack/fxmanifest.lua -------------------------------------------------------------------------------- /PiggyBack/sv_piggyback.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/PiggyBack/sv_piggyback.lua -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /TakeHostage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/TakeHostage/README.md -------------------------------------------------------------------------------- /TakeHostage/cl_takehostage.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/TakeHostage/cl_takehostage.lua -------------------------------------------------------------------------------- /TakeHostage/fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/TakeHostage/fxmanifest.lua -------------------------------------------------------------------------------- /TakeHostage/sv_takehostage.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/TakeHostage/sv_takehostage.lua -------------------------------------------------------------------------------- /VisualWeatherVoter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/VisualWeatherVoter/README.md -------------------------------------------------------------------------------- /VisualWeatherVoter/cl_vote.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/VisualWeatherVoter/cl_vote.lua -------------------------------------------------------------------------------- /VisualWeatherVoter/fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/VisualWeatherVoter/fxmanifest.lua -------------------------------------------------------------------------------- /VisualWeatherVoter/sv_vote.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/VisualWeatherVoter/sv_vote.lua -------------------------------------------------------------------------------- /vrp_punishments/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/vrp_punishments/README.md -------------------------------------------------------------------------------- /vrp_punishments/cl_warningsystem.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/vrp_punishments/cl_warningsystem.lua -------------------------------------------------------------------------------- /vrp_punishments/sv_warningsystem.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rubbertoe98/FiveM-Scripts/HEAD/vrp_punishments/sv_warningsystem.lua --------------------------------------------------------------------------------