Thread: Events System
View Single Post
  #4  
Old 08-11-2011, 08:45 PM
Astram Astram is offline
Era iPhone PR
Astram's Avatar
Join Date: Aug 2010
Posts: 324
Astram can only hope to improve
Send a message via AIM to Astram
Also, for those servers that have a mass system right there at the bottom left of your screen. There's a solution I've found.
Replace lines 167 - 184 with this:
PHP Code:
 showPoly(3000, {ScreenWidth 200,(GraalControl.height-30)-(temp.h*2),
                 
ScreenWidth 200+temp.w+40,(GraalControl.height-30)-(temp.h*2),
                 
ScreenWidth 200+temp.w+40,(GraalControl.height-30)+temp.h+2,
                 
ScreenWidth 200,(GraalControl.height-30)+temp.h+2});
 
changeImgColors(3000,1,1,0,.99);
 
changeImgVis(3000,5);
 
 
showText(3001,ScreenWidth 163,(GraalControl.height-29)-(temp.h*2),"Arial","b","Event: "@event);
 
changeImgZoom(3001,.8);
 
changeImgVis(3001,6);
 
showText(3002,ScreenWidth 163,(GraalControl.height-29)-temp.h,"Arial","b","EC: "@ec);
 
changeImgZoom(3002,.8);
 
changeImgVis(3002,6);
 
showText(3003,ScreenWidth 163,(GraalControl.height-29),"Arial","b","Click to play!"@msg);
 
changeImgZoom(3003,.8);
 
changeImgVis(3003,6);
 
showImg(3004,"kavan_eventcoin.png",ScreenWidth 196,(GraalControl.height-52));
 
changeImgVis(3004,6); 
__________________
-Toad
The worlds biggest Toad fan...
Era iPhone FTW!


Reply With Quote