View Single Post
  #4  
Old 05-18-2008, 02:21 AM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
Shovel:
PHP Code:
temp.putnpc2(temp.xx,temp.yy,"");
temp.i.join("shovel_misc1");
temp.i.attr[30] = player.account
Class shovel_misc1:
PHP Code:
function onCreated() {
  
setshape(1,32,32);
}

//#CLIENTSIDE
function onCreated() {
  
setshape(1,32,32);
  
showimg(666,"block.png",x,y);
  echo(
this.attr[30]);

It still doesn't work.. meh...
Reply With Quote