Everything posted by CartoonNET
-
Friendly Clean Up! | Cartoon
- 85 downloads
- Version 1.0.0
Type /cleanup to open a modern cleanup menu that lets you: Clear All Ped Vehicles – removes local NPC vehicles nearby (doesn’t touch player cars). Clear All Peds – removes ambient NPCs around you. Clear All Props – deletes dropped or world objects in range. Radius – edit and visualize the cleanup radius with a live debug circle. # REQUIRED Ox_lib -
[FIVEM] [Standalone] Cartoon Weapons Menu
- 237 downloads
- Version 1.0.0
FiveM NativeUI Weapons Menu A lightweight and dependency-free weapons menu using NativeUI. Gives weapons though NativeUI Menu --- 📦 Features - 🧊 No camera spinning while menu is open - 🔫 Equip weapons instantly (e.g. `weapon_pistol`) - 🎮 Menu navigation using arrow keys & Enter - 👮 Easy to configure weapons list - 🧱 Fully freeze player while menu is open (movement + camera) - ⚙️ Uses NativeUI (Lua) --- ## 🔧 Installation 1. **Download NativeUI (Lua)** https://github.com/FrazzIe/NativeUILua Put it in your resource folder -
[FIVEM] [Standalone] Cartoon Doorpop
- 384 downloads
- Version 1.0.1
# Door Pop Script for FiveM This script allows players to easily toggle vehicle doors (front, rear, trunk, hood, or all doors) by pressing customizable hotkeys. It only works when the player is in the **driver seat** of a vehicle. --- ## Features - Toggle front doors (driver & passenger) with one key. - Toggle rear doors (driver & passenger) with another key. - Toggle trunk and hood independently. - Toggle all doors at once. - All hotkeys are fully **rebindable** via FiveM keybind settings. - Provides chat feedback if not in a vehicle or not in the driver seat. --- ## Installation 1. Place the `doorpop` folder (containing `client.lua` and `fxmanifest.lua`) inside your `resources` folder. 2. Add the following line to your `server.cfg`: -
[FIVEM] [STANDALONE] Cartoon Simple Windows
- 92 downloads
- Version 1.0.0
Vehicle Window Control Script (`/wind` Command) This script adds a command (`/wind`) to your FiveM server that allows players to roll vehicle windows up or down by specific side or group (all, front, back, etc.). It supports client-side memory of the last vehicle the player was in, enabling window control even when not currently inside a vehicle. --- ## 🔧 Features - Control individual windows: front left, front right, back left, back right - Group controls: all windows, front only, back only - Memory of last vehicle for realistic interaction - Feedback via `cc-rpchat:addMessage` - Chat suggestion integration for ease of use --- ## 📜 Command Usage ```text /wind [window] all, front, back, fl, fr, bl, br, -
[FIVEM] [Standalone] Cartoon Simple Doors
- 68 downloads
- Version 1.0.0
🚗 Vehicle Door Toggle Script for FiveM This script allows players to toggle vehicle doors, including front/rear doors, hood, and trunk, either while inside the vehicle or standing nearby. ## 🔧 Features - Toggle any vehicle door (front, rear, hood, trunk) - Works while inside or near the vehicle - In-game chat messages to confirm actions - **Chat suggestions** for easy command input ## 🧠 Commands /trunk /hood /door 1-5 > ⚠️ You must be inside the vehicle or within 5 units distance to toggle the door. 🗂️ Installation 1. Place the script in your `resources` folder. 2. Add the resource to your `server.cfg`: ```cfg ensure vehicle_doors