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.6, 0
};
image = "light4.png";
layer = 0;
mode = 0;
zoom = 1.5;
red = 1;
green = 0.5;
blue = 0.2;
alpha = 0.99;
}
settimer(0.05);
}