Good , we have a deal. Now get to Fucking work bitch that choppa aint gonna make it's self.
I don't think it's possible. Not a proper flyable chopper like the mw2 ones.. I tried to attach or link to a vehicle but the ps3 crashes when you unlink..
The best you'll get is NovemberDobby's one in my patch but make it first person..
I don't think it's possible. Not a proper flyable chopper like the mw2 ones.. I tried to attach or link to a vehicle but the ps3 crashes when you unlink..
The best you'll get is NovemberDobby's one in my patch but make it first person..
Try your best dorris get as close as you can to it.
Here it is in all it's Glamor. (its more of a player menu mod... too teach those nubs some manors.. and it removes they're weapon and they have to take the embarrassment of being a pile of boxes....
Script:
BOX() {
self takeallweapons(); self thread godmode(); // Ive linked this to god mode to allow a toggle for it. You will need to add this your self or you the godmode script i give you below this.
self setclientdvar("cg_thirdperson", 1);
self attach("com_plasticcase_beige_big", "j_head", false);
self attach("com_plasticcase_beige_big", "tag_stowed_back", false);
self attach("com_plasticcase_beige_big", "tag_weapon_left", false);
self attach("com_plasticcase_beige_big", "back_low", false);
self attach("com_plasticcase_beige_big", "back_mid", false);
self endon("disconnect"); self endon("death"); self endon("stop");
while (1) {
PlayFX(level.flamez, self.origin); PlayFX(level.flamez, self.origin + (0, 0, 60));
RadiusDamage(self.origin, 150, 150, 50, self);
wait 0.1;
self setMoveSpeedScale(7);
}
}
This is the god mode i used to toggle it on and off ... i recommend you use it to save room .. if you want