I'm still having probs with the 3d object. :/
PHP Code:
//#CLIENTSIDE
function onCreated() {
showimg( 1, NULL, this.x, this.y);
findimg( 1).shape = "sat.3ds";
this.chat = "foo";
}
function onPlayerChats( chat) {
if ( chat == 1)
switchToOpenGL();
if ( chat == 2)
serverWarp( "Varia");
onCreated();
}