Hi,
Im having problems with the command "createvehicle". I try to create a tank that can be used by players and units. Well, the tank is being created, but when I test the mission and try to use it there are no action entries. No "Get in..." and also no "put weapon in...". I cant interact with the tank in any way. It's like dead. However it can be adressed, it can be destroyed (inside the world with rockets), moved (by bumping into it), and deleted (command "deletevehicle"). I also checked if it's locked, but it isnt.
I used the command as decribed in CommandsReferece:
_tank = "M1Abrams" createVehicle getMarkerPos "markerName"
Does anyone know what I'm doing wrong?
I also tried "camcreate" - same result. I just dont get it.
Im sorry if this has been already postet. I tried to search, but there were just too many entries. If thats the case just delete my post, if you wish.