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:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What's wrong?
Rassagai Offline
Junior Member

Posts: 13
Threads: 5
Joined: Aug 2012
Reputation: 0
#1
What's wrong?

main (10,1) : ERR Expected "," or ";"

////////////////////////////
// Run first time starting map
void OnStart()
{
AddEntityCollideCallback("Player", "Area6", "CaeHumano", true, 0);
AddEntityCollideCallback("Player", "Area6", "CaeHumano2", true, 0);
}

void CaeHumano(string &in asParent, string &in asChild, int alState)
void llave_cara(string &in asEntity)
{
SetEntityActive("Humano", true);
SetEntityActive("Humano2", true);
SetEntityActive("head", true);
PlaySoundAtEntity("", "24_iron_maiden.snt", "Player", 0, false);
}

////////////////////////////
// Run when entering map
void OnEnter()
{


}
////////////////////////////
// Run when leaving map
void OnLeave()
{

}
08-02-2012, 07:13 PM
Find


Messages In This Thread
What's wrong? - by Rassagai - 08-02-2012, 07:13 PM
RE: What's wrong? - by Adny - 08-02-2012, 07:22 PM
RE: What's wrong? - by Rassagai - 08-02-2012, 09:19 PM



Users browsing this thread: 1 Guest(s)