I posted this over at Armaholic also but I thought I might get a quicker response in this thread. My question is this:
I am trying to use the VVS script to spawn vehicles with VAS installed on them. I have added the following code to the fn_spawnVehicle.sqf file:
_vehicle addAction["<t color=#ff1111'>Virtual Ammobox</t>", "VAS\open.sqf];
This was added directly underneath the following line in the script:
_vehicle setDir _direction; //Set the vehicles direction the same as the marker
This works fine if I play the game alone. However, when I play with friends, only the person who spawned the vehicle has access to the VAS system. All other players can not see it.
Anyone know how to fix this? I want to play it on a dedicated server if that makes a difference.
Thanks!