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 Error with .hps file
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#2
RE: Error with .hps file

Quotation marks.
PHP Code: (Select All)
PlaySoundAtEntity("",unlock_door",door1",0,false); 

It should be like this:
PHP Code: (Select All)
PlaySoundAtEntity("","unlock_door","door1",0,false); 

01-02-2015, 01:52 PM
Find


Messages In This Thread
Error with .hps file - by MaksoPL - 01-02-2015, 01:44 PM
RE: Error with .hps file - by Daemian - 01-02-2015, 01:52 PM
RE: Error with .hps file - by MaksoPL - 01-02-2015, 01:54 PM
RE: Error with .hps file - by PutraenusAlivius - 01-03-2015, 05:14 AM
RE: Error with .hps file - by Romulator - 01-03-2015, 05:33 AM
RE: Error with .hps file - by Daemian - 01-03-2015, 07:40 AM



Users browsing this thread: 1 Guest(s)