
05-18-2008, 03:22 AM
|
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
Quote:
Originally Posted by Stryke
Shovel:
PHP Code:
temp.i = 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? |
|
|
|