Quote:
Originally Posted by theHAWKER
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.