View Single Post
  #14  
Old 06-15-2001, 12:49 AM
freddyfox freddyfox is offline
Banned
freddyfox's Avatar
Join Date: Mar 2001
Posts: 6,705
freddyfox is on a distinguished road
Quote:
Originally posted by AlexH
infact
here we go

if (weaponfired) {
setani whatever,;playerap-=5
}

Are you acting stupid to try and impress us?

NPC Code:

if(weaponfired&&this.smoking==0){
this.smoking = 1;
setplayergani smoking.gani;
timeout = 6;
}
if(timeout&&this.smoking==1){
//insert the NPC server -ap script here
timeout = 6;
}
if(weaponfired&&this.smoking==1){
this.smoking = 0;
}


Reply With Quote