View Single Post
  #14  
Old 05-14-2008, 09:57 AM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Dan View Post
I did this serverside and it works fine?

PHP Code:
case "accessClass": {
  
temp.access = new TStaticVar();
  
temp.access.join(params[1]);
  
temp.access.(@ params[2])(@ params[3]);
  
temp.access.destroy();
  return 
true;

Or isn't that what you ment?
He meant that if he had a TStaticVar() on Clientside you couldn't join that on Serverside. Or it would make no sense and wouldn't do anything at least.
Reply With Quote