home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 56 / CDPowerplay56Disc2.iso / demos / blade / data1.cab / Program_Executable_Files / Lib / NetSounds.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-10-27  |  464 b   |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. import netgame
  5.  
  6. def AddAnimSound(per, aniname, sonido, time):
  7.     if netgame.GetNetState() == 2:
  8.         netgame.AddSoundToClient(per.Name, aniname, sonido)
  9.     else:
  10.         per.AddAnimSound(aniname, sonido, time)
  11.  
  12.