View Single Post
  #6  
Old 01-18-2008, 01:03 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
Quote:
Originally Posted by DustyPorViva View Post
Does that mean that this will be fixed soonish, or I'm screwed?
PHP Code:
temp.var = clientr.var;
clientr.var = "";
clientr.var = temp.var; 
A way to 'trick' an update.
Reply With Quote