View Single Post
  #5  
Old 05-18-2008, 03:22 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stryke View Post
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...
Why are you showing an image with an index of 666?
__________________
Reply With Quote