I have a question, i put the script in my resources folder, i go into my server.cfg, i type start esx_ownedcarthief. But the script does not load up?? why the hell not
Are you using v1 final or essential mode?
If you are using final it won’t work because the script is written for essential mode…
Can you update this for QBus?
Is there a solution for installing it? We got the script, nothing works, I have all the items, and when I want to use it it says I’m not in the car, I get in a car, nothing happens when I use it.
1.1.0 is OUT!!!
[1.1.0] - 2026-02-15
New Features
Automatic SQL Installation System
- No manual setup required: SQL files install automatically on the first server startup
- Smart verification: The system checks for the existence of tables and columns before creating them (no duplicates)
- Multi-language support: Item labels are automatically created based on the configured language
French (fr)
English (en)
Brazilian Portuguese (br)
German (de)
Automatic ox_inventory Compatibility
- Auto-detection: The script automatically detects if ox_inventory is installed
- Dynamic registration: Items are registered via ox_inventory exports if present
- ESX fallback: Uses standard ESX system if ox_inventory is not available
- Zero configuration: Everything is transparent to the user
Changes
Updated Dependencies
- Before: EssentialMode 5.0.3, Async 2.0, Esx
- After:
- es_extended (former ESX nomenclature)
- mysql-async (or oxmysql as alternative) for database operations
- Removal of obsolete dependencies for better compatibility
- Added explicit database driver requirement
Documentation
- Updated README with new dependencies (including mysql-async/oxmysql)
- Added automatic SQL installation guide (INSTALLATION.md)
- Added ox_inventory compatibility guide (OX_INVENTORY.md)
- Clarified configuration instructions
Startup Instructions
- Before:
start esx_ownedcarthief - After:
ensure esx_ownedcarthief(recommended) orstart esx_ownedcarthief - Improved startup robustness
Technical Improvements
- Enhanced logging: Detailed console messages for SQL installation tracking
- Error handling: Better handling of cases where tables/columns already exist
- Performance: Installation system only creates what is missing
- Compatibility: Fully backward compatible with previous manual installations
Bug Fixes
- Fixed installation instructions to prevent manual errors
- Improved compatibility with modern ESX (es_extended)
- Stabilized script startup
Documentation
- INSTALLATION.md - Complete guide for automatic SQL installation system
- OX_INVENTORY.md - ox_inventory compatibility guide
- README.md - General documentation with updated dependencies
Update Recommendations
If you are updating from a previous version:
- Download the new version (1.1.0)
- Replace your files (backup recommended)
- Update the language in
config.luaif necessary - Restart the server - automatic installation handles the rest!
Note: No SQL files to import manually, the system manages everything automatically.