Yes well, I was wondering. When u use the IN command to check if a unit is in a vehicle then u must be able to do so you can check if a unit is NOT in a vehicle so I that is used with C++ automaticaly did like this:
me in car == FALSE
but then this error popped out: Error type bool, expected object, string etc...
Why ? ? ?