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 Help Another 1 New error and I just don't know where it is!
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#17
RE: Another 1 New error and I just don't know where it is!

[quote='Lazzer' pid='279488' dateline='1389003987']
Quote:I'm really sorry to disturb you but I got another 1 error and I can't find it in my script file, I updated the topic so i can show the new error! can you find it because you're just professional at finding hidden errors!

First of all, i'm not professional. Those are really easy things, you keep doing the same error - you keep putting void in another void. For example it should be done this way:

PHP Code: (Select All)
void OnStart()
{
AddEntityCollideCallback("Player""herpti""derpti""true",1);
}

void derpti(string &in asParentstring &in asChildint alState)
{
SetEntityActive("Penis_monster"true);


never mind I fixed it
(This post was last modified: 01-06-2014, 12:13 PM by Radical Batz.)
01-06-2014, 11:31 AM
Find


Messages In This Thread
RE: Help with coding! - by ClayPigeon - 01-05-2014, 07:06 PM
RE: Another 1 New error and I just don't know where it is! - by Radical Batz - 01-06-2014, 11:31 AM



Users browsing this thread: 5 Guest(s)