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
Game crashes when entering a script area?
Mixalisdm Offline
Junior Member

Posts: 9
Threads: 4
Joined: Oct 2013
Reputation: 0
#3
RE: Game crashes when entering a script area?

(11-25-2013, 08:10 PM)DamnNoHtml Wrote: Can you paste your .hps code file involving the script?

AddEntityCollideCallback("Player", "SoundArea", "EventSounds", true, 1);

void EventSounds(string &in asParent, string &in asChild, int alState)
{
PlaySoundAtEntity("", "05_event_door_bang.snt", "Scream", 0, false);
AddTimer("fagit", 1, "fagit");
}
is that what you wanted?
12-06-2013, 07:08 PM
Find


Messages In This Thread
RE: Game crashes when entering a script area? - by Mixalisdm - 12-06-2013, 07:08 PM



Users browsing this thread: 1 Guest(s)