04.09.2010, 16:37
TankVeh v1.0
ExplanationWell,this is a filter-script designed to add a missile launcher object above your vehicle,and you can rotate it and create explosions using the mouse!
It's pretty cool,you can attach a missile launcher to ANY vehicle you want!
Usage
Easy!
/Attachmissile - attach a missile to your driven vehicle.
Mouse movements - rotate the missile object.
Fire key(Usually LMB) - BOOM!
PICTURE
(I haven't placed the picture here since it ruins the whole page because of its' bigness)
Credits
Mauzen - Giving me the starting formula for the correct object rotation by camera vectors,of course I edited it a lot.
Me! - Everything else.
Functions
Only two.
pawn Код:
AttachMissileToVehicle(vehicleid,Float:OffSetX,Float:OffSetY,Float:OffSetZ);
DeAttachMissileFromVehicle(vehicleid);
The explosion range from the vehicle!
pawn Код:
#define Distance 50.0