View Single Post
  #3  
Old 07-19-2011, 09:41 PM
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
Something like this is generally preferable to the above as it's not using old Gscript. Note that it will only work online.

PHP Code:
function onCreated() {
  
this.dontBlock();
  
this.drawOverPlayer();
}

//#CLIENTSIDE
function onCreated() {
  if (
lighteffectsenabled) {
    
this.setColorEffect(0100.8); // red, green, blue, alpha
  
} else {
    
this.hide();
  }

Give it an image (usually light2.png or light3.png).
__________________

Last edited by cbk1994; 07-19-2011 at 10:01 PM..
Reply With Quote