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
Configuration Files Help Map Error? (HPL LOG)
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#9
RE: Map Error? (HPL LOG)

PHP Code: (Select All)
PlayMusic("settelers_hostel.ogg"true0.521true); 

That's the problem. You forgot an [i]f[/i[ at the third argument.

The snippet below is the correct function.
PHP Code: (Select All)
PlayMusic("settelers_hostel.ogg"true0.5f21true); 

"Veni, vidi, vici."
"I came, I saw, I conquered."
01-04-2015, 07:33 AM
Find


Messages In This Thread
Map Error? (HPL LOG) - by A.M Team - 01-02-2015, 12:24 AM
RE: Map Error? (HPL LOG) - by DnALANGE - 01-02-2015, 12:49 AM
RE: Map Error? (HPL LOG) - by A.M Team - 01-02-2015, 12:54 AM
RE: Map Error? (HPL LOG) - by DnALANGE - 01-02-2015, 01:26 AM
RE: Map Error? (HPL LOG) - by PutraenusAlivius - 01-02-2015, 05:27 AM
RE: Map Error? (HPL LOG) - by A.M Team - 01-02-2015, 03:36 PM
RE: Map Error? (HPL LOG) - by PutraenusAlivius - 01-03-2015, 05:12 AM
RE: Map Error? (HPL LOG) - by A.M Team - 01-03-2015, 11:15 PM
RE: Map Error? (HPL LOG) - by PutraenusAlivius - 01-04-2015, 07:33 AM
RE: Map Error? (HPL LOG) - by Daemian - 01-04-2015, 05:13 PM
RE: Map Error? (HPL LOG) - by A.M Team - 01-04-2015, 08:32 PM
RE: Map Error? (HPL LOG) - by Daemian - 01-04-2015, 09:22 PM
RE: Map Error? (HPL LOG) - by A.M Team - 01-05-2015, 07:36 PM
RE: Map Error? (HPL LOG) - by Daemian - 01-05-2015, 10:15 PM



Users browsing this thread: 1 Guest(s)