Jump to content
Sign in to follow this  

Recommended Posts

Hi guys I need some help !

This is my problem !

Quote[/b] ]? param2 == 1:goto "end";

_player = _this select 0

? !(_player == player):exit

hint Format ["WARNING!\n'%1' Is sniffing enemy poop particles!",(name _player)]

; player chokes

playsound "fart";

~1.5

;place your fart sound here

_player say "BAS_60Choke";

~2

_player setDammage getDammage _player + 0.25

#end

exit

What happends it that the hint as the sound sre heard by the player who triggers the trigger .

Is there a way that the hint got seem by everyone in the game and the sound by the player who tiggers .

Also how can I make it that everone also can hear the sound ?

I'm not the brightest star in the universe if it is about scripting !

Thank you for the help !

KillerBee !

P.s The player who triggers the trigger his name has be displayed in the hint !

Share this post


Link to post
Share on other sites

Remove this line from your script.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">? !(_player == player):exit

Everyone should then see the hint, not sure about the sound though.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×