help! invalid function or declaration
#1

I can't figure out why I keep getting this error
Quote:

error 010: invalid function or declaration

I am using the line to open a gate. Hopefully One of you can figure out what's wrong here.

This is the section of the script:

Код:
	if (strcmp("/opengate", cmdtext, true, 10) == 0)
	
	MoveObject (Gate, 808.36328125,842.77441406,6.87612963, 1);
	
	return 1;
	}
Here is the line I am having the error with:

Код:
if (strcmp("/opengate", cmdtext, true, 10) == 0)
Reply


Messages In This Thread
help! invalid function or declaration - by Dennis_Smith - 21.02.2011, 03:57
Re: help! invalid function or declaration - by (SF)Noobanatior - 21.02.2011, 04:02
Re: help! invalid function or declaration - by Dennis_Smith - 21.02.2011, 05:14
Re: help! invalid function or declaration - by austin070 - 21.02.2011, 05:42
Re: help! invalid function or declaration - by Dennis_Smith - 21.02.2011, 05:50

Forum Jump:


Users browsing this thread: 1 Guest(s)