View Single Post
  #4  
Old 01-17-2008, 09:35 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by Novo View Post
... 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).
Reply With Quote