• Vehicle spawn constrained
    2 replies, posted
Hello, In my server, Passenger mod is making vehicle spawn constrained because the mod call this function when PlayerSpawnedVehicle hook is fired: [CODE]constraint.Weld(Seat, vehicle, 0,0,0,0) [/CODE] How can I remove the constrained state from the vehicle ? Thanks
Just comment out that line to remove the weld. However, that line shouldn't be the problem as it is (hopefully) only welding the seat to the vehicle. Is this a free addon so I could take a look at it?
Yes it's passenger mod : [url]http://steamcommunity.com/sharedfiles/filedetails/?id=124637714[/url] But if I commente this line then seat won't be weld to the vehicle.
Sorry, you need to Log In to post a reply to this thread.