Thread: Deconstructor?
View Single Post
  #2  
Old 06-10-2008, 06:13 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Perhaps a call, but don't wait for it ...

Otherwise, you could do something like this:

PHP Code:
function onWeaponUpdatednameOfWeapon )
{
  while ( 
true )
  {
    
sleep0.05 );
  }

Personally, I really don't see a use. Your scripts should be coded in a way that if that happens, they can keep on going.
__________________
Reply With Quote