Hey look! Dglider made an add-on that's not a blatant ripoff of another add-on! Woooo!
Or to be more accurate, I didn't just copy and paste from another script and edit a few values. :o
Anyhow this add-on basically just gives admins access to the .mountobject command from the console.
There are 5 different commands included here. 3 of which require the use of the /getid command. Fancy I know.
/mountid mounterID mounteeID mountpoint
/mountp2id name mounteeID mountpoint
/mountid2p mounterID name mountpoint
/mountp2p name name mountpoint
/mountnb _name _name mountpoint
The first one is for mounting two objects together. Such as a tank turret on a stunt plane.
The second one is for a situation where you can't actually get in the vehicle. Such as if you mounted the turret to point 0 on the stunt plane and wanted to actually get in and fly the stunt plane around.
The third one is for mounting objects onto you. Such as a tank turret on your head.
The fourth is just cause it made sense to add it as well.
The fifth is just like the first, but using named vehicle spawns.
link:
http://www.mediafire.com/?a9d10h08lcyspsrPlease note that to use any of the commands that require an ID you must point your faceparts at an object and type /getid to get the ID of that object.
Also please note that BL is a
wonderful example of prime coding technique and most things can't be mounted onto each other.
Update 1.1
- shrunk the code a little
- made the attempt message white
Update 1.2
- added /mountnb command