The PR is untested, so please test it before merging. Iuacheck reports 0 errors, but you never know.
All fixes & changes this PR contains
Fixed messagepack errors in console when you have too many vehicles shown in the menu. This is caused due to parsing the entire vehicle props to NUI which is eating up precious space which is very limited. Fixes #19
Proper resource manifest information, server resources first and config before loading other files
SQL file renamed and improved, also added missing USE
Minor readme changes
Fix all trailing whitespaces
Enforce all indents to 4 tab
Moved Sync tasks to Async
Added Config.StoreOnServerStart, which stores all vehicles in garage on server start if enabled
Removed keys & GUI table and use proper input group
Use updated native names (player ped & IsInputDisabled)
Information
The PR is untested, so please test it before merging. Iuacheck reports 0 errors, but you never know.
All fixes & changes this PR contains