
12-24-2001, 11:31 PM
|
|
Registered User
|
Join Date: Nov 2001
Location: North Carolina!
Posts: 217
|
|
|
lol ill go ahead and help
if (created) {
setimg imgname *usually light2.png*
dontblock;
}
//#CLIENTSIDE *since it can only be used on p2p and this needs to be clientside*
if (playerenters) {
setcoloreffect red,green,blue,alpha; *just combine the ones to make what u want it has to be between .1 and 1, the alpha is like the density if u use 1 it will be the regular image*
drawaslight;
} |
|
|
|