10.08.2018, 07:41
(
Последний раз редактировалось Banditul18; 10.08.2018 в 09:08.
)
Im still wonder why you want to save all that stuff in one big query. Its UpdatePlayerData function i get it, but why not save the stats when it changes? I mean i doubt PlayerGender its changeing too often so why update in a big query with other stats instead of saving it when it changes
Also dont use ' (single quote) for %d/%i/%f will slow down the query process time a bit cus mysql need to convert from string to integer to fit the number into his column
Also dont use ' (single quote) for %d/%i/%f will slow down the query process time a bit cus mysql need to convert from string to integer to fit the number into his column