Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Amnesia script help
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#3
RE: Amnesia script help

@Theodorg
PHP Code: (Select All)
void falldown(string &in asItemstring &in asEntity)
{
SetEntityActive("rock_med02_push_1"true);
SetEntityActive("rock_med02_push_2"true);
SetEntityActive("rock_med02_push_3"true);
SetEntityActive("rock_med02_push_4"true);
SetEntityActive("rock_med02_push_5"true);
SetEntityActive("rock_med02_push_6"true);
SetEntityActive("rock_med02_push_7"true);
SetEntityActive("rock_med02_push_8"true);

Preload isn't a way to play sounds; it's a way to preload them so the game won't have to load them when the file plays. Because of this I removed the Preload function. Use PlayGuiSound or PlaySoundAtEntity. Note that PlayGuiSound is only for the Player and PlaySoundAtEntity is for any object.

@Lazzer .
Dude, in PlaySoundAtEntity and PlayGuiSound you need to specify the file's extension too, not just the name. File must be in .snt format.

"Veni, vidi, vici."
"I came, I saw, I conquered."
(This post was last modified: 08-26-2014, 02:43 AM by PutraenusAlivius.)
08-26-2014, 02:42 AM
Find


Messages In This Thread
Amnesia script help - by theodorg - 08-25-2014, 08:52 PM
RE: Amnesia script help - by Slanderous - 08-25-2014, 09:45 PM
RE: Amnesia script help - by PutraenusAlivius - 08-26-2014, 02:42 AM
RE: Amnesia script help - by Mudbill - 08-26-2014, 09:40 AM
RE: Amnesia script help - by FlawlessHappiness - 08-26-2014, 10:51 AM
RE: Amnesia script help - by theodorg - 08-26-2014, 03:01 PM
RE: Amnesia script help - by theodorg - 08-26-2014, 04:21 PM
RE: Amnesia script help - by Mudbill - 08-26-2014, 04:54 PM
RE: Amnesia script help - by theodorg - 08-26-2014, 06:01 PM
RE: Amnesia script help - by FlawlessHappiness - 08-26-2014, 06:16 PM
RE: Amnesia script help - by theodorg - 08-26-2014, 06:17 PM
RE: Amnesia script help - by FlawlessHappiness - 08-26-2014, 06:37 PM
RE: Amnesia script help - by theodorg - 08-26-2014, 06:43 PM
RE: Amnesia script help - by Radical Batz - 08-26-2014, 06:45 PM
RE: Amnesia script help - by theodorg - 08-26-2014, 06:53 PM
RE: Amnesia script help - by Radical Batz - 08-26-2014, 06:58 PM
RE: Amnesia script help - by theodorg - 08-26-2014, 07:00 PM
RE: Amnesia script help - by Radical Batz - 08-26-2014, 07:02 PM
RE: Amnesia script help - by theodorg - 08-26-2014, 07:05 PM
RE: Amnesia script help - by Radical Batz - 08-26-2014, 07:05 PM



Users browsing this thread: 1 Guest(s)