29.05.2009, 09:46
Yes, but there is a slight error in your code.
If you use only one "=" then it writes a number to the variable, you need two "=" to read it, like this
if(vehicle == 1)
Hope I helped.
If you use only one "=" then it writes a number to the variable, you need two "=" to read it, like this
if(vehicle == 1)
Hope I helped.