Thread: NPC Help needed
View Single Post
  #8  
Old 05-05-2001, 12:24 PM
MoonAngel MoonAngel is offline
Banned
MoonAngel's Avatar
Join Date: Mar 2001
Location: QUÉBEC!
Posts: 1,443
MoonAngel is on a distinguished road
Send a message via ICQ to MoonAngel Send a message via AIM to MoonAngel
chris... u just dont get it.. its simple

if(weaponfired) {
putnpc light2.png,die_u_son_of_a.txt,playerx+5,playery+5;
}

die_u_son_of_a.txt:

if (created) {
drawaslight;
setcoloreffect 1,0,0,0.1;
blockagain;
drawoverplayer;
}
if (playertouchsme) {
hurt 999;
}
if (playersays(bleh)){
destroy;
}

of course, the server needs to have that txt on FTP which means, ull never be able to use it : )
Reply With Quote