What's wrong with this?
#3

On line
pawn Code:
if(GateClosed)
You are not giving the statement something to compare to.
In your case it should be
pawn Code:
if(GateClosed ==  true)
Reply


Messages In This Thread
What's wrong with this? - by rangerxxll - 02.03.2012, 23:46
Re: What's wrong with this? - by Jefff - 02.03.2012, 23:52
Re: What's wrong with this? - by Walsh - 02.03.2012, 23:58
Re: What's wrong with this? - by ricardo178 - 03.03.2012, 00:29
Re: What's wrong with this? - by Walsh - 03.03.2012, 00:36
Re: What's wrong with this? - by ricardo178 - 03.03.2012, 00:43
Re: What's wrong with this? - by rangerxxll - 03.03.2012, 01:31

Forum Jump:


Users browsing this thread: 1 Guest(s)