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
MaksoPL Offline
Member

Posts: 51
Threads: 26
Joined: Mar 2014
Reputation: 0
#3
RE: Error with .hps file

(01-02-2015, 01:52 PM)Daemian Wrote: 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); 

Nope. That same error.

I've try everythink, what i can. Nothing happens. That same error.
That happen when i've add that lines:
void Door(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("door1",false,true);
PlaySoundAtEntity("","unlock_door","door1",0,false);
RemoveItem("key1");
}
(This post was last modified: 01-02-2015, 02:27 PM by MaksoPL.)
01-02-2015, 01:54 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)