The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
Where's the error? Heelp!
jamistara Offline
Junior Member

Posts: 21
Threads: 7
Joined: Nov 2012
Reputation: 0
#1
Where's the error? Heelp!

#include "interfaces/Map_Interface.hps"
#include "base/Inputhandler_Types.hps"

#include "helpers/helper_map.hps"
#include "helpers/helper_props.hps"
#include "helpers/helper_effects.hps"
#include "helpers/helper_audio.hps"
#include "helpers/helper_imgui.hps"
#include "helpers/helper_sequences.hps"
#include "helpers/helper_game.hps"
#include "helpers/helper_modules.hps"
#include "helpers/helper_ai.hps"

class cScrMap : iScrMap{

void Setup()
{

}
void OnStart()
{
bool cSound_PlayMusic("penumbra_music_E1_A6", 0.6, 2, 1, 1, true, true)
}
void OnEnter()
{
}
void OnLeave()
{
}


}



When I try to launch the map, the game crashes. It says there's something wrong with the 'bool csound...' line. Also, how do I get to test the map in the developer mode? (Where I can just f5 to reload the map) Even a link to somewhere that I can use to get it working? Sry kinda new to this.

Also, the error says something like : expected 'or'
(This post was last modified: 03-08-2016, 07:49 PM by jamistara.)
03-08-2016, 07:36 PM
Find


Messages In This Thread
Where's the error? Heelp! - by jamistara - 03-08-2016, 07:36 PM
RE: Where's the error? Heelp! - by Abion47 - 03-08-2016, 09:17 PM
RE: Where's the error? Heelp! - by A.M Team - 03-08-2016, 09:19 PM
RE: Where's the error? Heelp! - by jamistara - 03-09-2016, 02:58 PM



Users browsing this thread: 1 Guest(s)