
08-09-2001, 10:59 AM
|
|
am yum
|
 |
Join Date: Mar 2001
Location: California
Posts: 4,436
|
|
|
if (created)
dontblock;
//#CLIENTSIDE
if (playerenters) {
setcoloreffect 1,.5,0,.99;
drawaslight;
setzoomeffect 2;
drawunderplayer;
}
thats a light script that works online and offline perfectly ^_^ drawunderplayer means what it means, and drawoverplayer is what it means, set the zomeffect to make the size of the light, drawaslight makes it so if there is a seteffect in the level that the light is not effected by it, setcoloreffect red,green,blue,alpha and than if (created) with dontblock means what it says, it does not block ^_^ wala |
|
|
|