multitheftauto / amx

MTA AMX compatibility layer.
zlib License
31 stars 8 forks source link

AMX and SQLite3 #55

Open Disinterpreter opened 4 years ago

Disinterpreter commented 4 years ago

Describe the bug If we want work with AMX we need to put sqlite3 lib into mta-server directory. Because mta removed sqlite3 libs from project. (Or something else. The library is not exist)

To reproduce Try to install king.dll on a pure mta-server

sqlite3.zip

colistro123 commented 4 years ago

One way to solve this could be by shipping the project with sqlite built into the binary (module) itself perhaps.