View Single Post
  #7  
Old 06-08-2011, 06:06 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You could try using a gani script. I.e:

actor.attr[30] = "alpha.gani,0.5";

Gani: alpha.gani

PHP Code:
SCRIPT
function onPlayerEnters() {
  
player.alpha = params[0];
}
SCRIPTEND 
It might be bugged though, I remember a similar problem.
__________________
Quote:
Reply With Quote