View Single Post
  #17  
Old 04-19-2002, 06:12 AM
Deadly_Killer Deadly_Killer is offline
Registered User
Join Date: Feb 2002
Posts: 227
Deadly_Killer is on a distinguished road
Post Hide Player

So wait. We can't make it hide player anymore.
NPC Code:

// NPC made by Zell
if (playertouchsme) {toweapons Hide;
}
if (weaponfired) {
if (!hideon) {
set hideon;
}else unset hideon;
}
if (hideon) {
timeout = .05;
}
if (hideon&&timeout) {
hideplayer .05;
}


__________________
- Zidane / Zidaya
Reply With Quote