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
Script Help Let a note starting music [Solved]
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#6
RE: Let a note starting music

Try this;

PHP Code: (Select All)
void prestige1(string &in asItem)
 {
 
PlayGuiSound("Prestige.ogg"1);//You Always use .ogg for PlayGuiSound(s).
 
}

 
void OnStart()
 {
SetEntityPlayerInteractCallback("prestige""prestige1"true);
 } 
(This post was last modified: 04-24-2014, 10:33 AM by DnALANGE.)
04-24-2014, 10:29 AM
Find


Messages In This Thread
RE: Let a note starting music - by DnALANGE - 04-23-2014, 05:59 PM
RE: Let a note starting music - by Mudbill - 04-23-2014, 06:10 PM
RE: Let a note starting music - by ShipinShen - 04-23-2014, 09:42 PM
RE: Let a note starting music - by Mudbill - 04-24-2014, 12:22 AM
RE: Let a note starting music - by ShipinShen - 04-25-2014, 07:59 PM
RE: Let a note starting music - by DnALANGE - 04-24-2014, 10:29 AM
RE: Let a note starting music - by ShipinShen - 04-25-2014, 04:26 PM
RE: Let a note starting music - by Mudbill - 04-24-2014, 10:52 AM
RE: Let a note starting music - by DnALANGE - 04-24-2014, 04:52 PM
RE: Let a note starting music - by Mudbill - 04-24-2014, 05:07 PM
RE: Let a note starting music - by DnALANGE - 04-25-2014, 06:56 PM
RE: Let a note starting music - by Mudbill - 04-25-2014, 08:15 PM
RE: Let a note starting music - by ShipinShen - 04-25-2014, 10:39 PM



Users browsing this thread: 1 Guest(s)