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
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
Mhmmmmm btw wud i mind if i add ur deathmachines to my patch, possibly in the future??? Also what PSN do u play on, i deleted ur one account cuz u werent on for ages man
Mhmmmmm btw wud i mind if i add ur deathmachines to my patch, possibly in the future??? Also what PSN do u play on, i deleted ur one account cuz u werent on for ages man
yer shore.... v3 is the best (dont listen to vader hes a man whore) and im on dibsy993 now i may have lost my old one
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