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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2000-10-27
|
464 b
|
12 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 1.5)
import netgame
def AddAnimSound(per, aniname, sonido, time):
if netgame.GetNetState() == 2:
netgame.AddSoundToClient(per.Name, aniname, sonido)
else:
per.AddAnimSound(aniname, sonido, time)