Thread: imgpart help :(
View Single Post
  #9  
Old 04-05-2007, 07:50 AM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by theHAWKER View Post
im trying to make a single bit of a waterfall, but my script wont work
PHP Code:
if (created) {
  
setimg waterani.mng;
  
dontblock;
}
//#CLIENTSIDE
if (playerenters) {
  
setcoloreffect 0,0,1,0.99;
  
setimgpart waterani.mng,100,100,32,100;
  
drawaslight;

some one help me out ?
im not sure what waterani.mng is like, but i am going to go out on a limb and say that the x can start 100 pixels over and go 32 more.

Either way, you can do the setimgpart clientside only and not worry about the serverside, since there doesnt need to be a shape serverside with no block.
__________________
Reply With Quote