Thread: Set Effect
View Single Post
  #2  
Old 11-06-2009, 08:44 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
It'll need to be clientside, try something like

PHP Code:
//#CLIENTSIDE
function onPlayerTouchsMe() {
  
setEffectMode(1); // draw as opacity rather than alpha, if that makes sense
  
setColorEffect(111.7); // R, G, B, opacity — change opacity as needed

__________________
Reply With Quote