View Single Post
  #10  
Old 02-15-2014, 02:46 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
should add textshadow to your GUI text so it's more readable. here's a function to do it:

PHP Code:
function applyTextShadow(sid) {
  
with (findimg(side)) {
    
textshadow true;
    
shadowcolor = {255,255,255};
  }

__________________
Quote:
Reply With Quote