I don't know how to code it in....
Announcement
Collapse
No announcement yet.
How you make a Vehicle stay within the Vehicle?
Collapse
X
-
wait, coulnt you do this, dynamically make new passenger spots like the tank that dont show the playerpawn,OR even better yet the passenger spot the same as the carried vehicles spot and have them get out of the carried vehicle and go into the carrier and shut off the karma and fake a vehicle until they unhook it and they jump out of the carrier and go back in to the carried vehicle and turn the karma back on
Comment
-
Such as when you get into the dynamically made spots and when it attaches change this:
Code:simulated function AttachDriver(Pawn P) { local vector AttachPos; P.bHardAttach = true; AttachPos = Location + (DrivePos >> Rotation); P.SetLocation( AttachPos ); P.SetPhysics( PHYS_None ); P.SetBase( Self ); P.SetRelativeRotation( DriveRot ); }
Comment
Comment