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
Can anyone find the script error?
danimora2012 Offline
Junior Member

Posts: 47
Threads: 18
Joined: Apr 2012
Reputation: 0
#1
Can anyone find the script error?

////////////////////////////
//Run First Time Starting map
void OnStart()
{
SetEntityCallbackFunc("key", "Jump");
}

void jump(string &in asEntity, string &in type)
{
SetEntityActive("bro_1", true);
}


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

i can't make the guy pop out when i pick up the key...

Name of the key -- key
Name of guy -- bro_1
Name of area -- Jump
09-15-2012, 08:04 PM
Find


Messages In This Thread
Can anyone find the script error? - by danimora2012 - 09-15-2012, 08:04 PM
RE: Can anyone find the script error? - by Wapez - 09-15-2012, 08:25 PM



Users browsing this thread: 1 Guest(s)