ThePoliceGuy Posted September 30, 2012 Report Share Posted September 30, 2012 Hi,So i've replaced the LA mod vehicles with those from the London mod. Everything works, all spawn in the FireStation and everythings good apart from when they return to station.When the Return To Station command is clicked, the Engine or Ambulance etc will either start a patrol or return to HQ.I have attatched alink to my "LAToFireStation" "LAFireStation" scripts in this post, any help or suggestions would be greatly appreciated. Thanks in AdvanceThePoliceGuyMaxhttp://www.4shared.com/file/RQrLe2Gc/LAFireStation.htmlhttp://www.4shared.com/file/R0LhRAzm/LAToFireStation.html Quote Link to comment Share on other sites More sharing options...
Marshall8946 Posted September 30, 2012 Report Share Posted September 30, 2012 Found it for the engine..but not for the ambulance.Firestation script:const char OBJ_ENGINE01[] = "mod:Prototypes/Vehicles/02 London Fire Brigade/dpl01.e4p";To firestation script:const char OBJ_ENGINE01[] = "mod:Prototypes/Vehicles/02 London Fire Brigade/dlp01.e4p";The spelling is different with one of them. Im not familiar with the London mod so I dont know the correct spelling. A lot of times its simple things like that.Are you having this problem with each vehicle? Or just these two? Quote Link to comment Share on other sites More sharing options...
ThePoliceGuy Posted September 30, 2012 Author Report Share Posted September 30, 2012 All vehicles, although that is probably an issue.I really have no idea whats wrong with it. Quote Link to comment Share on other sites More sharing options...
Marshall8946 Posted September 30, 2012 Report Share Posted September 30, 2012 Did you check the V3Os? Double check the names of the prototypes in the list and the ones in the files. Also, you can try removing the current command on the vehicle, and add a new one. Im just throwing out ideas. Quote Link to comment Share on other sites More sharing options...