View Single Post
  #4  
Old 07-19-2011, 09:47 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by cbk1994 View Post
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();
}

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

Give it an image (usually light2.png or light3.png).
Ah sorry. Setting a bad example. The method above if far better than mine. I just thought that if I tried to explain this, he wouldn't know where to put it.
__________________
Reply With Quote