esx-framework / esx_property

GNU General Public License v3.0
10 stars 25 forks source link

esx_property - Use MySQL and only load properties of players registered with the server #4

Open mcNuggets1 opened 2 years ago

mcNuggets1 commented 2 years ago

MySQL should be used instead of loading and saving resource files, because using resource files is extremely sloppy and very out of date.

Loading every single data for every player ever purchasing a property slows down the server permanently also. Just loading the data needed would be much smarter. This is a change that should be done to all resources over time.

Also manipulating data while the server is running is impossible using the current save method.

Mycroft-Studios commented 1 year ago

looking into/done ;) :)