Thread: Set Effect
View Single Post
  #3  
Old 11-06-2009, 12:21 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by cbk1994 View Post
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

Thank you, once again.
Reply With Quote