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
Sound on Pickup
samixxa Offline
Junior Member

Posts: 12
Threads: 3
Joined: Nov 2011
Reputation: 0
#5
RE: Sound on Pickup

The sound comes instantly instead of comming when picking the key up?

Lower part of script
void OnPickup(string &in asEntity, string &in asType)
{
    SetEntityActive("monster_1", true);
    ShowEnemyPlayerPosition("monster_1");
    PlaySoundAtEntity("Sound_1", "00_laugh.snt", "Player", 6, true);
}
(This post was last modified: 01-25-2012, 05:17 PM by samixxa.)
01-25-2012, 05:14 PM
Find


Messages In This Thread
Sound on Pickup - by samixxa - 01-25-2012, 03:44 PM
RE: Sound on Pickup - by Tripication - 01-25-2012, 03:48 PM
RE: Sound on Pickup - by samixxa - 01-25-2012, 04:00 PM
RE: Sound on Pickup - by Statyk - 01-25-2012, 04:53 PM
RE: Sound on Pickup - by samixxa - 01-25-2012, 05:14 PM
RE: Sound on Pickup - by flamez3 - 01-25-2012, 05:52 PM
RE: Sound on Pickup - by samixxa - 01-25-2012, 07:35 PM



Users browsing this thread: 1 Guest(s)