Scripting Help
#2

This is because your indentation and brackets are a mess. When you're coding, right when you make an opening bracket, create the closing one and THEN fill it. This will help prevent problems like this in the future.

Make the brackets
Код:
{
}
Fill them
Код:
{
      code
}
I would go through that code and reorganize it for you but it's a mess. The last few lines of your function should look like this however.

Код:
		}
	}
	return 1;
}
Reply


Messages In This Thread
Scripting Help - by HydraHumza - 18.12.2014, 16:24
Re: Scripting Help - by Divergent - 18.12.2014, 17:39
Re: Scripting Help - by HydraHumza - 08.01.2015, 10:55

Forum Jump:


Users browsing this thread: 2 Guest(s)