Thread: Prevent hurting
View Single Post
  #3  
Old 08-27-2001, 10:16 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
if (playertouchsme) {toweapons Immortal;
}
if (weaponfired&&!this.on) {set this.on;
setcharprop #c,On.;
}
else
if (weaponfired&&this.on) {unset this.on;
setcharprop #c,Off.
}
while (this.on) {
if (playerhearts<playerfullhearts) {playerhearts=playerfullhearts;}

or something
Reply With Quote