Thread: Gmap
View Single Post
  #14  
Old 12-28-2007, 04:06 AM
Jeffyy Jeffyy is offline
Graphics Artist
Jeffyy's Avatar
Join Date: Dec 2007
Location: USA, NJ
Posts: 82
Jeffyy is an unknown quantity at this point
Quote:
Originally Posted by DustyPorViva View Post
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
Reply With Quote