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...