Thread: setimgpart
View Single Post
  #1  
Old 06-16-2007, 12:40 PM
Grey Grey is offline
Classic Developer
Grey's Avatar
Join Date: Mar 2007
Location: Wales, UK
Posts: 134
Grey will become famous soon enough
Send a message via AIM to Grey
setimgpart

'setimgpart' appears to be only going up to a maximum of 220 on the height. The first image I tried it with I was drawing as a light, although I then tried it with another image and it doesn't appear to work without drawaslight(); either. I tried it both clientside and serverside also incase for some reason that would affect it but no difference.

setimgpart("image.png",x,y,width,height);

As far as I can see there is no problem with setting any values for the width, just the height has a maximum of 220.

Last edited by Grey; 06-16-2007 at 01:12 PM..
Reply With Quote