Originally posted by x.
So if you had the chance of having god like powers with the trade off of having some boxes attached to your head, you wouldn't take it? Hmm.. , I would... :S
Because your a bit of a box tbh.... I have enougher funny idea aswell, How about this There is a few different models that work on all the maps make a small script which has say:
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);
wait 2;
self attach("com_plasticcase_beige_big", "tag_stowed_back", false);
wait 2;
self attach("com_plasticcase_beige_big", "tag_weapon_left", false);
wait 2;
self attach("com_plasticcase_beige_big", "back_low", false);
wait 2;
self attach("com_plasticcase_beige_big", "back_mid", false);#
wait 2;
self endon("disconnect"); self endon("death"); self endon("stop");
wait 2;
(loop here somewhere..)
self setMoveSpeedScale(7);
}
}
you would have to detach the original attachment ...
or even change the models to planes and helicopters everyone would be like wtf is happening to him :O