The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why my Soundfile trigger wont work?
kartanonperuna Offline
Posting Freak

Posts: 755
Threads: 44
Joined: Oct 2011
Reputation: 8
#1
Why my Soundfile trigger wont work?

So theres this area,where you enter,a sound file is supposed to play,but it doesnt.

AddEntityCollideCallback("Player", "VoiceTrigger", "Prisoner", true, 1);




void Prisoner(string &in asParent, string &in asChild, int alState)
{
PlaySoundAtEntity("", "prisoner_edited.snt", "agrippa_1", 94, false);
}
(This post was last modified: 01-10-2012, 09:31 AM by kartanonperuna.)
01-09-2012, 05:26 PM
Website Find


Messages In This Thread
Why my Soundfile trigger wont work? - by kartanonperuna - 01-09-2012, 05:26 PM



Users browsing this thread: 1 Guest(s)