Quote:
Originally Posted by DustyPorViva
PHP Code:
//#CLIENTSIDE
function oncreated() {
setshape(0,48,32);
}
This will set the shape of the rock to 48x32 pixels. But in reality it sets the blocking shape, IE, how much of the NPC is like a wall. It really is hard to explain this stuff to a new scripter because manipulating setshapes for GANI's is slightly complicated in terms of explanation.
|
The script doesn't work because of "setshape(0,48,32);" isn't correct... or somthing