Does anyone know how I might be able to get the SCR_VehicleSpawn script to remember the vehicle that it spawned through a server restart?
I am using the Enfusion Database + Persistence Frameworks and I have all my vehicles using the EPF_PersistenceComponent. The vehicles persist nicely through a server restart but the SCR_VehicleSpawn script no longer recognizes the vehicle it spawned and then spawns a duplicate. I want all vehicles to only spawn once, and then only ever respawn if destroyed
I'm struggling quite a bit with this so any help is super appreciated!