home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC PowerPlay 56
/
CDPowerplay56Disc2.iso
/
demos
/
blade
/
data1.cab
/
Program_Executable_Files
/
Lib
/
NetSounds.py
< 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
Text File
|
2000-10-27
|
205 b
|
10 lines
import netgame
def AddAnimSound(per,aniname, sonido, time):
if netgame.GetNetState() == 2:
netgame.AddSoundToClient(per.Name,aniname,sonido)
else:
per.AddAnimSound(aniname, sonido, time)