
05-05-2001, 12:24 PM
|
|
Banned
|
 |
Join Date: Mar 2001
Location: QUÉBEC!
Posts: 1,443
|
|
|
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 : ) |
|
|
|