View Single Post
  #14  
Old 06-08-2008, 05:00 AM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
The scheduleevent doesn seem to work it keeps playing over and over again...

PHP Code:
if(actionprojectile2)
{
  
temp.pl GetPlayerIndex(#p(0), #p(1)); 
  
if(temp.pl 0)
  {
    
this.int int(random(0,3)+1);
    
showani(1,#p(0),#p(1),2,"bulletfx",1,2,3,NULL,NULL,NULL,"ricochet" @ this.int @ ".wav");
    
scheduleventlength "GaniEnded""" );
  } else {
  }
}
function 
onGaniEnded()
{
  
hideimgs);

NVM IT WAS SPELT WRONG LOL
THANKS MAN +rep osht cant..
Reply With Quote