Hi, some days ago i finally got R3F working for arma 3 epoch mod. Now i have run into some other issue were i can't seem to get the creation factory to work.
Here is my currently code:
_Creation_Factory_Container = createVehicle ["Box_IND_AmmoVeh_F", [16659.8,13403.2,0], [], 0, "CAN_COLLIDE"]; _Creation_Factory_Container = [_this] execVM "R3F_LOG\USER_FUNCT\init_creation_factory.sqf";
The vehicle or box spawns, but spawns multiple times (each time a player joins). Aswell it doesn't look like the init_creation_factory is being loaded onto the box. I cannot access it.
All help is appreciated, im fairly new to arma 3 scripting or sqf in general. :)