High Scripts
  • Welcome
  • Information
    • Discord
    • Licensing System
    • Terms of service
  • high-phone
    • 📀Installation
    • ⚠️Common issues
    • ⚙️Configuration
      • 🖼️Imgur setup
      • 👮Job contacts
      • 🚑Distress Signals
      • 🥯OX-Mysql compatibility
      • 🇺🇸Adding translation files
    • 👩‍💻Developers
      • Client-side exports
      • Server-side exports
      • Javascript API
      • Events
      • Creating new apps
  • HIGH-3DSOUNDS
    • 📀Installation
    • ⚠️Common issues
    • 👩‍💻Developer API
      • Client-side exports
      • Server-side exports
Powered by GitBook
On this page

Was this helpful?

  1. high-phone
  2. Configuration

OX-Mysql compatibility

Our phone also supports oxmysql!

PreviousDistress SignalsNextAdding translation files

Last updated 2 years ago

Was this helpful?

If you're using oxmysql database instead of mysql-async, follow this guide:

  1. Open high_phone/fxmanifest.lua file and locate the server_scripts line.

  2. Find the line '@mysql-async/lib/MySQL.lua', and remove it.

  3. Find the line just below the line you removed -- '@oxmysql/lib/MySQL.lua', and remove the two hyphens (the symbol "-") right before the quotation mark.

If you've done everything correctly that part should look like the picture below

⚙️
🥯