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
Script not work!
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#4
RE: Script not work!

(07-16-2014, 08:11 PM)PewDieFan Wrote: Here its

void OnStart()
{
void MONSTAR(string &in AsItem, string &in asEntity)
{
SetEntityActive("monster_1", true);
}


What is wrong?!!!!! I wanta to only make a cstom mod, nothing much but the facking game wont allowe me too!!!!!!!!!

Ok here ya go
PHP Code: (Select All)
oid OnStart()
{
    
SetEntityCallbackFunc("KEY","KEY");
}

void KEY(string &in AsItemstring &in asEntity)
{
SetEntityActive("monster_1"true);


If you have any other issues, next time post a thread on the development support if you have issues with coding!

(This post was last modified: 07-16-2014, 08:24 PM by Radical Batz.)
07-16-2014, 08:22 PM
Find


Messages In This Thread
Script not work! - by PewDieFan - 07-16-2014, 08:06 PM
RE: Script not work! - by Radical Batz - 07-16-2014, 08:10 PM
RE: Script not work! - by PewDieFan - 07-16-2014, 08:11 PM
RE: Script not work! - by Radical Batz - 07-16-2014, 08:22 PM
RE: Script not work! - by PewDieFan - 07-16-2014, 08:25 PM
RE: Script not work! - by Radical Batz - 07-16-2014, 08:27 PM
RE: Script not work! - by PewDieFan - 07-16-2014, 08:29 PM



Users browsing this thread: 1 Guest(s)