Thread: 3D Bomy :)
View Single Post
  #60  
Old 08-09-2001, 10:59 AM
Birdbird_0 Birdbird_0 is offline
am yum
Birdbird_0's Avatar
Join Date: Mar 2001
Location: California
Posts: 4,436
Birdbird_0 is on a distinguished road
Send a message via AIM to Birdbird_0
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
Reply With Quote