Blockland Forums > Modification Help

Getting trandform Clientside?

Pages: << < (2/4) > >>

Game master pro:

Isn't it ClientGroup? Not serverconnection?

DarkKnight:


--- Quote from: Game master pro on June 05, 2007, 12:02:52 AM ---Isn't it ClientGroup? Not serverconnection?

--- End quote ---

still get it

Game master pro:

I think this is server sided still though, oh well. :cookieMonster:

--- Code: ---function FindTransform(%name)
{
     for(%i = 0; %i < ClientGroup.getCount(); %i++)
     {
     %cl = ClientGroup.getObject(%i);
     if(%cl.name $= %name)
          {
             return %cl.getTransform();
          }
     }
}

--- End code ---


Safe The Vault:

I dunno, check Nit's his is completely different.

DarkKnight:

whos nit?

Pages: << < (2/4) > >>

Go to full version