View Single Post
  #29  
Old 10-06-2007, 07:59 PM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
I'm still having probs with the 3d object. :/

PHP Code:
//#CLIENTSIDE
function onCreated() {

  
showimg1NULLthis.xthis.y);
  
findimg1).shape "sat.3ds";
  
this.chat "foo";
}

function 
onPlayerChatschat) {
  if ( 
chat == 1)
    
switchToOpenGL();

  if ( 
chat == 2)
    
serverWarp"Varia");

  
onCreated();

__________________
Deep into the Darkness peering...
Reply With Quote