08.05.2011, 09:17
(
Последний раз редактировалось Bakr; 08.05.2011 в 09:50.
)
Quote:
You will never need to write 650 fileds at the time for SA:MP. For registration you only need to insert firlds that aren't constants (otherwise you use default values) and you save values when they change.
|
That's what I was going for in my third paragraph, just changing the values in the database when necessary. I was just wondering if when the player registers, and adding in those fields upon registration, whether or not that would give any serious problems for the server. I don't plan on having more than maybe two people register at the same time. Would that be the way to go about it, assuming I am using threads to handle the queries?