Posts: 32
Threads: 6
Joined: Dec 2009
Reputation:
0
What is better, select by connect everything from the database and save it realtime in the database + variables, or save it only in the database and ask the information every time the player ask it?
Posts: 23
Threads: 3
Joined: Apr 2011
Reputation:
0
I do it with realtime in in the database and variables.
It don't unused much queries, for each row you would have in your script.
Posts: 1,464
Threads: 11
Joined: Jan 2008
Reputation:
0
Yeah, save the information in arrays, then update the database if needed.