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
Unexpected End of File
Adny Offline
Posting Freak

Posts: 1,766
Threads: 6
Joined: Mar 2012
Reputation: 173
#3
RE: Unexpected End of File

In the callback "SpawnDoorGrunt", the function PlayMusic isn't correct; you forgot to put the sound file in quotations. You just missed 1 little ". Amazing what such a small mistake can do.

You have:

PlayMusic("enabled02.ogg, false, 0.9, 2, 0, true);


it should be:

PlayMusic("enabled02.ogg", false, 0.9, 2, 0, true);


Hope that helped!

I rate it 3 memes.
07-04-2012, 10:07 PM
Find


Messages In This Thread
Unexpected End of File - by Anonymous2343 - 07-04-2012, 09:58 PM
RE: Unexpected End of File - by Cruzore - 07-04-2012, 10:07 PM
RE: Unexpected End of File - by Adny - 07-04-2012, 10:07 PM
RE: Unexpected End of File - by Anonymous2343 - 07-04-2012, 10:08 PM



Users browsing this thread: 1 Guest(s)