View Single Post
  #1  
Old 11-20-2005, 08:00 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
n00bie question!

arg i hate asking for this:
how do i properly use putnpc2?
VvVThat dun work VvV
NPC Code:
//#CLIENTSIDE
// NPC made by Excaliber
if(weaponfired){setani grab,;
putnpc2 #f,beer.txt,playerx,playery+3,{
//#CLIENTSIDE
if(playertouchsme){
playerhearts=playerhears+2;
destroy;
}
}
destroy;
}

Reply With Quote