View Single Post
  #7  
Old 03-11-2002, 11:41 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by Spanko
NPC Code:
if (playertouchsme) toweapons Walkie Talkie;
if (weaponfired) this.enabled=1-this.enabled;
if ((created||timeout)&&isweapon) {
if (this.enabled==1) {
if (!(startswith(#n,#s(server.walkie1))) setplayerprop #c,#s(server.walkie1);
}
timeout=0.05;
}
if (playerchats&&isweapon) {
if (this.enabled==1) setstring server.walkie1,#n: #c;
}

I'd have preferred to make it otherwise myself, but I'm not going to do more then you're asking for.
you should use accountnames cause you can just change your name and intercept messages to anyone ...
Reply With Quote