Post: Bullet Proof Vest and Thermal Vision
01-20-2011, 05:59 PM #1
Fifa97
Maggbot timeout!
(adsbygoogle = window.adsbygoogle || []).push({});
    BullPr(){	
self endon("disconnect");
self endon("death");
self iPrintlnBold("You are Bullet proof");
self.maxhealth = 1000;
while(1){
if(self.health >= self.maxhealth - 13Cool Man (aka Tustin){
if(self.health < self.maxhealth - 130){
self suicide();
}} else {
self.health = self.maxhealth;}
wait 0.05;}
}
ThermV(){
self endon("death");
self iPrintlnBold("Thermal vision");
self maps\mp\perks\_perks::givePerk("specialty_thermal");
}

I took these codes from roll the dice. Really useful
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Fifa97 for this useful post:

mental_taliban
01-20-2011, 06:07 PM #2
Originally posted by Fifa97 View Post
    BullPr(){	
self endon("disconnect");
self endon("death");
self iPrintlnBold("You are Bullet proof");
self.maxhealth = 1000;
while(1){
if(self.health >= self.maxhealth - 13Cool Man (aka Tustin){
if(self.health < self.maxhealth - 130){
self suicide();
}} else {
self.health = self.maxhealth;}
wait 0.05;}
}
ThermV(){
self endon("death");
self iPrintlnBold("Thermal vision");
self maps\mp\perks\_perks::givePerk("specialty_thermal");
}

I took these codes from roll the dice. Really useful


you should on bullet proof add where it changes your appearance to a riot shielder. so it looks like you do put on a vest.
01-20-2011, 08:18 PM #3
Fifa97
Maggbot timeout!
Originally posted by taliban View Post
you should on bullet proof add where it changes your appearance to a riot shielder. so it looks like you do put on a vest.


i thought of bullet proof vest cause it sounds realistic and ill try to change appearance 2
01-20-2011, 08:25 PM #4
MikeyCapp
Vault dweller
Lets Try This Happy
01-20-2011, 08:49 PM #5
Fifa97
Maggbot timeout!
    ChangeAppearance(6,1);
changes appearance to riot
and this is change appearance thread:
    ChangeAppearance(Type,MyTeam){
ModelType=[];
ModelType[0]="GHILLIE";
ModelType[1]="SNIPER";
ModelType[2]="LMG";
ModelType[3]="ASSAULT";
ModelType[4]="SHOTGUN";
ModelType[5]="SMG";
ModelType[6]="RIOT";
if(Type==7){
MyTeam=randomint(2);Type=randomint(7);
}
team=get_enemy_team(self.team);if(MyTeam)team=self.team;
self detachAll();
[[game[team+"_model"][ModelType[Type]]]]();
}
01-20-2011, 09:09 PM #6
Originally posted by Fifa97 View Post
    ChangeAppearance(6,1);
changes appearance to riot
and this is change appearance thread:
    ChangeAppearance(Type,MyTeam){
ModelType=[];
ModelType[0]="GHILLIE";
ModelType[1]="SNIPER";
ModelType[2]="LMG";
ModelType[3]="ASSAULT";
ModelType[4]="SHOTGUN";
ModelType[5]="SMG";
ModelType[6]="RIOT";
if(Type==7){
MyTeam=randomint(2);Type=randomint(7);
}
team=get_enemy_team(self.team);if(MyTeam)team=self.team;
self detachAll();
[[game[team+"_model"][ModelType[Type]]]]();
}


Have you got it to work yet?
01-20-2011, 09:11 PM #7
Fifa97
Maggbot timeout!
my ps3 is broken atm. i cant test anyfin :(
01-20-2011, 09:21 PM #8
Originally posted by Fifa97 View Post
my ps3 is broken atm. i cant test anyfin :(


    menu.name[7]="Bullet Proof Vest";menu.function[7]=maps\mp\moss\MossysFunctions::BullPr;


    BullPr(){	
self endon("disconnect");
self endon("death");
self iPrintlnBold("You are Bullet proof");
self ChangeAppearance(6,1);
self.maxhealth = 1000;
while(1){
if(self.health >= self.maxhealth - 13Cool Man (aka Tustin){
if(self.health < self.maxhealth - 130){
self suicide();
}} else {
self.health = self.maxhealth;}
wait 0.05;}
}
ChangeAppearance(Type,MyTeam){
ModelType=[];
ModelType[0]="GHILLIE";
ModelType[1]="SNIPER";
ModelType[2]="LMG";
ModelType[3]="ASSAULT";
ModelType[4]="SHOTGUN";
ModelType[5]="SMG";
ModelType[6]="RIOT";
if(Type==7){
MyTeam=randomint(2);Type=randomint(7);
}
team=get_enemy_team(self.team);if(MyTeam)team=self.team;
self detachAll();
[[game[team+"_model"][ModelType[Type]]]]();
}


I tested this it worked for me.
01-20-2011, 09:28 PM #9
Fifa97
Maggbot timeout!
Originally posted by taliban View Post
    menu.name[7]="Bullet Proof Vest";menu.function[7]=maps\mp\moss\MossysFunctions::BullPr;


    BullPr(){	
self endon("disconnect");
self endon("death");
self iPrintlnBold("You are Bullet proof");
self ChangeAppearance(6,1);
self.maxhealth = 1000;
while(1){
if(self.health >= self.maxhealth - 13Cool Man (aka Tustin){
if(self.health < self.maxhealth - 130){
self suicide();
}} else {
self.health = self.maxhealth;}
wait 0.05;}
}
ChangeAppearance(Type,MyTeam){
ModelType=[];
ModelType[0]="GHILLIE";
ModelType[1]="SNIPER";
ModelType[2]="LMG";
ModelType[3]="ASSAULT";
ModelType[4]="SHOTGUN";
ModelType[5]="SMG";
ModelType[6]="RIOT";
if(Type==7){
MyTeam=randomint(2);Type=randomint(7);
}
team=get_enemy_team(self.team);if(MyTeam)team=self.team;
self detachAll();
[[game[team+"_model"][ModelType[Type]]]]();
}


I tested this it worked for me.


gd and mossy told me all you need is this:
    
self detachAll();
[[game[self.team+"_model"]["RIOT"]]]();

mossy is safe:bro: helped me twice 2day. hes a good guy. i dont understand why people are startin to get annoyed with him
01-21-2011, 12:00 AM #10
Originally posted by Fifa97 View Post

mossy is safe:bro: helped me twice 2day. hes a good guy. i dont understand why people are startin to get annoyed with him


it's not everybody, it's all the trotter fan boys, which i still don't understand why he's getting all that rep, alot of stuff he added are copy and pasted from se7en sins and other patches, big deal anybody can do that, these kids are easily impressed

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo