View Single Post
  #5  
Old 04-18-2002, 11:30 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Quote:
Originally posted by Spanko
It'd probably be more effective if you did:
NPC Code:
if (weaponfired) {
if (client.chat) {
for (this.i=0; this.i<10000; this.i++) {
hideimg this.i-1;
}
unset client.chat;
}
else {
freezeplayer .05;
set client.chat;
timeout=0.05;
}
}

Yay! I was gonna do exactly that you saved me a few minutes!
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote