Thread: imgpart help :(
View Single Post
  #1  
Old 04-05-2007, 02:08 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Exclamation imgpart help :(

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 ?
__________________
**FLIP OUT**
Reply With Quote