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
#4
RE: Can anyone find the script error?

(09-15-2012, 08:25 PM)Wapez Wrote: It should be like this:

PHP Code: (Select All)
//////////////////////////////Run First Time Starting map
void OnStart()
{
SetEntityPlayerInteractCallback("key""Jump"true);
}

void Jump(string &in asEntitystring &in type)
{
SetEntityActive("bro_1"true);
}


////////////////////////////
// Run when leaving map
void OnLeave() 
Uuuuuh...that's exacly the same... Dodgy
(This post was last modified: 09-15-2012, 08:47 PM by danimora2012.)
09-15-2012, 08:45 PM
Find


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



Users browsing this thread: 1 Guest(s)