Thread: showimg bug
View Single Post
  #1  
Old 01-22-2005, 09:14 PM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
showimg bug

It doesn't let you show something from before x=1024 in the same showimg as after 1024

PHP Code:
//#CLIENTSIDE
if (created) {
  
showimg 0,pics1.png,30,30;
  
changeimgpart 0,900,0,320,64;

This example cuts off at 1024 in pics1.png
__________________

Reply With Quote