Shortening a MySQL Query?
#2

Why do you need a 5000 size array for this query? I use different functions to save my data like this;

UpdatePlayerCharacter(playerid);
UpdatePlayerAccountData(playerid);
UpdatePlayerRadioGPSSettings(playerid);
UpdatePlayerKillsAndDeaths(playerid);
UpdatePlayerFurniture(playerid);

This may or may not work for you, it can cause MASSIVE data heaps for your server to handle. I've tried multiple methods and this worked best for me, it's kinda a trial-error result. Your saving function is certainly shorter than mine though so it should work.
Reply


Messages In This Thread
Shortening a MySQL Query? - by Jing_Chan - 30.07.2018, 13:01
Re: Shortening a MySQL Query? - by Rufio - 30.07.2018, 13:04
Re: Shortening a MySQL Query? - by Jing_Chan - 30.07.2018, 13:26
Re: Shortening a MySQL Query? - by Calisthenics - 30.07.2018, 13:26
Re: Shortening a MySQL Query? - by Rufio - 30.07.2018, 13:29
Re: Shortening a MySQL Query? - by Jing_Chan - 30.07.2018, 13:33
Re: Shortening a MySQL Query? - by Rufio - 30.07.2018, 13:52

Forum Jump:


Users browsing this thread: 1 Guest(s)