Hi all!
I downloaded this cog from massassi, but it doesnt work for multiplayer. Players hear the sound, but only when they respawn themselves, not if another player spawns.
I'm sure this can be fixed! I tried adding the 'flags=0x240' line, but that didn't solve it.
Would someone be so nice to implement it for me?
I downloaded this cog from massassi, but it doesnt work for multiplayer. Players hear the sound, but only when they respawn themselves, not if another player spawns.
I'm sure this can be fixed! I tried adding the 'flags=0x240' line, but that didn't solve it.
Code:
# Jedi Knight Cog Script
#
# Spawnsound.COG
#
# Plays a sound when player (re)spawns
#
#
# 10/6/2000 (c) Sven Solo
symbols
message newplayer
sound wav=
int dummy local
end
# ========================================================================================
code
newplayer:
Dummy=PlaySoundLocal(wav, 1.0, 0, 0);
return;
end
Would someone be so nice to implement it for me?

ORJ / My Level: ORJ Temple Tournament I
Wow, thanks, Slaw!