Thread: script help ;D
View Single Post
  #1  
Old 07-14-2007, 04:10 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Question script help ;D

why isn't this working??
PHP Code:
function onCreated(){
this.on false;
}
function 
onWeaponFired(){
if (
this.on false){
this.on true;
}
if (
this.on true){
this.on false;
}
}
function 
onCreated(){
setTimer(.1);
}
function 
onTimeout(){
if (
this.on true){
player.alpha 50;
}
if (
this.on false){
player.alpha 100;
}
setTimer(.1);

__________________
**FLIP OUT**
Reply With Quote