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

