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
How do I get a Phonograph Working?
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#5
RE: How do I get a Phonograph Working?

(12-30-2011, 06:24 PM)Statyk Wrote: I tried that and it didn't do anything... >>
The following worked fine for me. Are you sure the problem isn't with the sound / misnaming?
void OnStart()
{
SetEntityConnectionStateChangeCallback("phonograph_1","cbConStatePhono1");
}

void cbConStatePhono1(string &in asEntity, int alState)
{
AddDebugMessage("Connection State Changed for: " + asEntity + " to "  + alState,false);
}
(This post was last modified: 12-30-2011, 06:32 PM by Apjjm.)
12-30-2011, 06:31 PM
Find


Messages In This Thread
How do I get a Phonograph Working? - by Statyk - 12-30-2011, 05:42 PM
RE: How do I get a Phonograph Working? - by Apjjm - 12-30-2011, 06:22 PM
RE: How do I get a Phonograph Working? - by Apjjm - 12-30-2011, 06:31 PM
RE: How do I get a Phonograph Working? - by Acies - 12-30-2011, 06:22 PM



Users browsing this thread: 1 Guest(s)