Xwad Posted March 25, 2015 Share Posted March 25, 2015 Hi is it possible to make a second seat in rhino? I mean that players can enter as second passanger with g. Link to comment
xeon17 Posted March 25, 2015 Share Posted March 25, 2015 As far as i know it's not possible, but may i'm wrong. Link to comment
xXMADEXx Posted March 25, 2015 Share Posted March 25, 2015 I don't think it's possible to actually make a second seat in the rhino, however you could use some sort of technique. When the player is near one, and presses "G", you could set them to a different location, but then set their camera focused on the rhino using setCameraMatrix. Link to comment
Addlibs Posted March 25, 2015 Share Posted March 25, 2015 You could bindKey("enter_passenger"), find if player is in a specific distance, and then tell your code that the player is now in that vehicle. Your code could handle setElementPosition of player, disabling collisions, setElementRotation of player (well, not necessary in Rhinos as you don't get to see the person inside), and setCameraTarget Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now