mikekozowsky 2 Report post Posted January 1, 2017 he there! I'm trying to get persistent vehicle spawns on my server on locations. the thing is that first I put 1 vehicle to test it and it worked! then I put multiple locations and vehicles in the config and now it isn' t spawning any vehicles! This my AVS_configuration.sqf: AVS_useSpawnedPersistentVehiclesLocation = true; // Spawns persistent vehicles at specified locations AVS_LocationSearchRadius = 0; // Set to 0 for exact positioning. AVS_spawnedPersistentVehiclesLocation = [ //["ID Tag", ["ClassName", "ClassName", ...], [DamageMin, DamageMax], NumberToPersist, [[Location1], [Location2], ...]] // NOTE: ID Tag is how AVS tracks how many to persist. If there's 5 vehicles with the ID tag "RandomVehicles" then no more will spawn here. ["RandomVehicles", ["Exile_Car_SUV_Red", "Exile_Car_SUV_Black", "Exile_Car_SUV_Grey", "C_Offroad_01_F", "C_Quadbike_01_F", "C_Offroad_01_red_F", "C_Offroad_01_blue_F"], [0.1, 0.75], 5, [[1934.0,7465.1,0], [2710.5,9887.1,0], [4736.7,6771.9,0], [1652.3,3947.4,0], [5857.7,4653.5,0], [7004.5,7656.0,0], [5912.9,10252.5,0], [9157.8,3750.0,0], 10146.0,5386.9,0], [9624.0,6493.1,0], [10739.6,8111.3,0], [10300.0,9809.9,0], [5042.1,12469.1,0]]] // OR //["ID Tag", ["ClassName", "ClassName", ...], Damage, NumberToPersist, [[Location1], [Location2], ...]] ["RandomHeli", ["B_Heli_Light_01_armed_F"], 0.25, 2, [[15186.8,16741.9,0.00143814]]] ]; There is no errors in rpt or console! Pleas hellppp me! Share this post Link to post Share on other sites