User Sound
Moderator: Core Staff
-
- Core Staff
- Posts: 7762
- Joined: April 23rd, 2005, 9:12 pm
User Sound
is there any way to make a sound occur when a trigger is activated, except, only the person who activated it can hear it? similar to "user iprintinbold" except with sounds?
-
- Past/Inactive Team Member
- Posts: 1774
- Joined: May 31st, 2005, 12:42 am
- Location: Cornwall, UK
It's similar to that except it's user playlocalsound, example:
Code: Select all
trig waittill ("trigger",user);
user playlocalsound("insert csv alias here");
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php
-
- Core Staff
- Posts: 2688
- Joined: January 12th, 2006, 10:09 pm
- Contact:
just place it in when ever you want, even if it says user it will move the platforms as well.
Coding is Poetry. Mapping is Art.
"Cause im the sexiest mapper ever...except for nm, that sexy man" - Soviet
-=[CoDJumper.com Movies]=-
[Ambush] || [Backlot] || [Bloc] || [Bog] || [Broadcast] || [Chinatown] || [Countdown]
[Crash] || [Creek] || [Crossfire] || [District] || [Downpour] || [Killhouse] || [Overgrown]
[Pipeline] || [Shipment & Wetwork] || [Showdown] || [Strike] || [Vacant]
"Cause im the sexiest mapper ever...except for nm, that sexy man" - Soviet
-=[CoDJumper.com Movies]=-
[Ambush] || [Backlot] || [Bloc] || [Bog] || [Broadcast] || [Chinatown] || [Countdown]
[Crash] || [Creek] || [Crossfire] || [District] || [Downpour] || [Killhouse] || [Overgrown]
[Pipeline] || [Shipment & Wetwork] || [Showdown] || [Strike] || [Vacant]
-
- Past/Inactive Team Member
- Posts: 1774
- Joined: May 31st, 2005, 12:42 am
- Location: Cornwall, UK
^ I believe that's correct, shouldn't be a problem.
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php
-
- Core Staff
- Posts: 13315
- Joined: April 13th, 2005, 8:22 pm
- Location: UK, London
trig waittill ("trigger",this_can_be_called_anything_you_want);
this_can_be_called_anything_you_want playlocalsound("insert csv alias here");
this_can_be_called_anything_you_want playlocalsound("insert csv alias here");

Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010
-
- Past/Inactive Team Member
- Posts: 1774
- Joined: May 31st, 2005, 12:42 am
- Location: Cornwall, UK
Well, as the old saying goesDrofder2004 wrote:trig waittill ("trigger",this_can_be_called_anything_you_want);
this_can_be_called_anything_you_want playlocalsound("insert csv alias here");
but I know what you meanif it ain't broke, don't fix it.

Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php
-
- Core Staff
- Posts: 2688
- Joined: January 12th, 2006, 10:09 pm
- Contact:
drofder finnaly speaks, you still havent answered your email, and if you havent gotten anything then this is what was sent.
I would like pictures of your map so when I post it people can see how awsome it is
I would like pictures of your map so when I post it people can see how awsome it is

Coding is Poetry. Mapping is Art.
"Cause im the sexiest mapper ever...except for nm, that sexy man" - Soviet
-=[CoDJumper.com Movies]=-
[Ambush] || [Backlot] || [Bloc] || [Bog] || [Broadcast] || [Chinatown] || [Countdown]
[Crash] || [Creek] || [Crossfire] || [District] || [Downpour] || [Killhouse] || [Overgrown]
[Pipeline] || [Shipment & Wetwork] || [Showdown] || [Strike] || [Vacant]
"Cause im the sexiest mapper ever...except for nm, that sexy man" - Soviet
-=[CoDJumper.com Movies]=-
[Ambush] || [Backlot] || [Bloc] || [Bog] || [Broadcast] || [Chinatown] || [Countdown]
[Crash] || [Creek] || [Crossfire] || [District] || [Downpour] || [Killhouse] || [Overgrown]
[Pipeline] || [Shipment & Wetwork] || [Showdown] || [Strike] || [Vacant]