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
Problems
jmayo Offline
Junior Member

Posts: 16
Threads: 6
Joined: Sep 2011
Reputation: 0
#1
Problems

I Will Be Posting Script Problems here From now On
Here is My First One:
Script

////////////////////////////
// Run when entering map
void OnEnter()
////////////////////////////+
// Run first time starting map
void OnStart()

{
AddEntityCollideCallback("Player", "shadow", "shadowappear", true, 1);
}

void shadowappear(string &in asParent, string &in asChild, int alState);
{
PlaySoundAtEntity("guardian_activated1", "guardian_activated", "player", 5, true);
void SetEntityActive("slime_pile_2", true);
void SetEntityActive("slime_pile_large_1", true);
void SetEntityActive("slime_anim_wall_2", true);
void SetEntityActive("slime_egg_1, true");
void SetEntityActive("slime_anim_ceiling_1", true);
}


Error


[Image: helplz.png]
10-15-2011, 12:23 AM
Find


Messages In This Thread
Problems - by jmayo - 10-15-2011, 12:23 AM
RE: Problems - by Kyle - 10-15-2011, 12:26 AM
RE: Problems - by jmayo - 10-15-2011, 12:35 AM
RE: Problems - by schmupper - 10-15-2011, 06:27 PM
RE: Problems - by Kyle - 10-15-2011, 01:03 AM



Users browsing this thread: 1 Guest(s)