Quote:
Originally Posted by Novo
... Asking help on appending problems; supplying a code with no appending functions. Daddy must be proud.
On topic: I know that appending to a subarray might not update the parent array's value... So it doesn't know it changed and thus doesn't update on clientside. ( This may or may not have been fixed, but it was something I had problems with in the long-past ).
|
The array problem has been fixed a long time ago, but client/clientr strings are differently (same with attr[]) and are only sent when they are updated. So it eventually doesn't detect the update when you modify a sub-array member of a client/clientr variable. It should be quite easy to fix that but requires some testing (to not send too many updates of the client/clientr variables, people already abuse them as temporary variables or similar).