Car Play
# beqeend CarPlay 🎵
--cfg.lua
Config = {}
Config.CommandName = 'carplay'
-- Audio Settings
Config.MaxAudioDistance = 75 -- Maximum audio distance in meters
Config.DefaultAudioDistance = 10 -- Default audio distance when starting music
Config.MinAudioDistance = 1 -- Minimum audio distance in meters
-- Volume Settings
Config.MaxVolume = 100 -- Maximum volume percentage
Config.DefaultVolume = 50 -- Default volume when starting music
Config.MinVolume = 0 -- Minimum volume percentage
A modern vehicle audio control system for FiveM servers with beautiful UI and real-time controls.
- **Modern UI**: Beautiful glassmorphism design with smooth animations - **Real-time Controls**: Live volume and radius adjustment with sliders and buttons - **YouTube Integration**: Play music directly from YouTube URLs - **Vehicle Following**: Music follows your vehicle automatically - **Configurable Settings**: Customize audio distance, volume limits via config - **Responsive Design**: Works on all screen resolutions - **Easy Commands**: Simple `/carplay` command to open the menu
Last updated