View Single Post
  #2  
Old 09-21-2011, 09:40 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
I think a light effect would look nicer.
*Just my personal opinion*
however if you do decide to go with a light effect iv scripted this, its as close to realistic as i can get it.
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
onTimeout();
}

function 
onTimeout() {
  
with(findimg(200)) {
    
attachtoowner true;
    
attachoffset = {
      -
2.55, -2.60
    
};
    
image "light4.png";
    
layer 0;
    
mode 0;
    
zoom 1.5;
    
red 1;
    
green 0.5;
    
blue 0.2;
    
alpha 0.99;
  }
  
settimer(0.05);

__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote