View Single Post
  #1  
Old 09-01-2001, 12:59 AM
Enigma_LAT4 Enigma_LAT4 is offline
Registered User
Join Date: Jul 2001
Location: London Ontario Canada
Posts: 53
Enigma_LAT4 is on a distinguished road
Send a message via AIM to Enigma_LAT4
Lightbulb Have a problem here

Well, its the seteffect command... it works.. like the colors and what not.. but Alpha isnt working.. im thinking maybe im doing it wrong.. or im not really sure.. but i need the Alpha to work.. and also.. the Alpha works on the setlighteffect command.. but it wont work on seteffect.. this is the script..

if (playerenters) {
seteffect 0,0,0,.9; }

but it wont do anything.. but if i put like...

if (playerenters) {
seteffect .5,.5,0,1; }

it will work.. just the color though.. not the alpha.. someone explain please..
__________________


"-Its not that im worried about ppl telling me that i cant accomplish anything. Its when they get in my way when im doing it"
Reply With Quote