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
Multiple Issues Help How do I use the phonograph?
EXAWOLT Offline
Member

Posts: 113
Threads: 14
Joined: Apr 2012
Reputation: 3
#2
RE: How do I use the phonograph?

SetWheelStuckState(string& asName, int alState, bool abEffects);
Makes a prop\wheel\lever stuck in a certain state.

asName - internal name
alState - 0 = not stuck, 1 = at max, -1 = at min
abEffects - use effects
void abEffects
(string& asName, int alState, bool abEffects);

{
PlaySoundATEntity("", "sound.snt", "phonograph", 1, false);
or you can use= PlayGuiSound("sound.snt", 50.0f);
}

simply nuff said




06-30-2012, 03:39 PM
Find


Messages In This Thread
How do I use the phonograph? - by Magasztos - 06-30-2012, 02:48 PM
RE: How do I use the phonograph? - by EXAWOLT - 06-30-2012, 03:39 PM



Users browsing this thread: 1 Guest(s)