• Add Passenger Seats.
    2 replies, posted
Can i add something like this into cider? [LUA] list.Set( "Vehicles", "jalopy_seat", V ) local V = { Name = "Jalopy", Class = "prop_vehicle_jeep", Category = "VU-MOD", Author = "Nova[X]", Information = "Jalopy, With a working passanger seat!", Model = "models/vehicle.mdl", AdjustSitPos = Vector(-18,36,22), HeadLights = { Light1 = {Pos = Vector(-26,-78,30), Ang = Angle(0,10,90)}, Light2 = {Pos = Vector(26,-78,30), Ang = Angle(0,-10,90)} }, Horn = {Sound = "vu_horn_simple.wav", Pitch = 90}, Passengers = { passenger1 = { Pos = Vector(22,24,22), Ang = Angle(0,0,0) } }, -------Set Up passenger seats! Customexits = { Vector(-90,36,22), Vector(82,36,22), Vector(22,24,90) ,Vector(2,100,30) }, SeatType = "jeep_seat", ModView = { FirstPerson = Vector(0,0,12) }, HideSeats = true, -----Hide the passenger seats? KeyValues = {vehiclescript = "scripts/vehicles/jalopy.txt"} } list.Set( "Vehicles", "Jalopy(VU)", V ) end [/LUA]
Yes.
how? and my vu mod is not working in my vehicles tab but how do you do it do you add it in your sh_mustang.lua or where
Sorry, you need to Log In to post a reply to this thread.