View Single Post
  #12  
Old 08-31-2011, 05:01 PM
blackbeltben blackbeltben is offline
Registered User
Join Date: Aug 2011
Posts: 83
blackbeltben is on a distinguished road
We (as in greggiles and I) are making a simple script where when you press "E", it displays your EXP. And then hides and blablabla. The script works fine, the only issue is that we want the numbers bigger bigger BIGGER

Here's the section that I'm assuming needs editing

PHP Code:
 showText(24170230$pref::graal::defaultfontname"c""" @(player.clientr.exp));
 
changeImgColors(2411111);
  
findImg(241).zoom 5;
  
changeImgVis(24115); 
Reply With Quote