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 ?
