21.02.2011, 03:57
I can't figure out why I keep getting this error
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:
Here is the line I am having the error with:
Quote:
error 010: invalid function or declaration |
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; }
Код:
if (strcmp("/opengate", cmdtext, true, 10) == 0)