View Single Post
  #5  
Old 11-09-2001, 08:52 PM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
NPC Code:
if(weaponfired){
this.checkx=playerx+1.5+vecx(playerdir)*2;
this.checky=playery+1.5+vecy(playerdir)*2;
if(onwater(this.checkx,this.checky)){
setani watercanfill,;
setstring client.water_sprays,4;
freezeplayer 2.5;
}elseif(strequals(#v(#s(client.water_sprays)),0)){
setani watercan,;
freezeplayer .5;
}else{
triggeraction client.checkx,client.checky,water_sprays,;
setani watercanspread,;
setstring client.water_sprays,#v(#s(client.water_sprays)-1);
freezeplayer 1.4;
}
}



there fixed...
well I can sure tell I am tired lol I forget commands lol

I said setplayerani insted of setani lol
__________________
Thanks,
-KJL
Reply With Quote