Offset Codage Player [ Invincible, Invisible, Munitions Illimitees ] GSC 1.19 BO2

OBIIIITO

Membre
Inscription
2 Juillet 2017
Messages
1
Réactions
0
Points
34
Salut :RG:,
Pour mon premier partage, je vous send 3 options pour joueur.
Amusez-vous bien :)

//A Mettre Dans Functions
givePlayerGod(player)
{
player infiniteHealth(0);
self iPrintln(booleanReturnVal(player.infiniteHealth, getPlayerName(player) + " N'est ^1Plus Invincible^7", getPlayerName(player) + " ^2Est Invincible^7"));
player iPrintln(booleanReturnVal(player.infiniteHealth, "Il N'est ^1Plus Invincible^7", "Il ^2Est Invincible^7"));
}

//A Mettre Dans Main.
self add_option("pOpt " + i, "Invincible", ::givePlayerGod, player);

hidden()
{
self endon("death");
if(self.hide == true)
{
self.hide = false;
self Hide();
self iprintln("^7Invisible ^2Activer^7");
}
else
{
self.hide = true;
self Show();
self iprintln("^7Invisible ^1Desactiver^7");
}

}

//A Mettre Dans Functions
Invisiblejoueur( player )
{
player thread hidden();
self iprintln( "^5Invisible !!" );

}

//A Mettre Dans Main.
self add_option("pOpt " + i, "Invisible", ::Invisiblejoueur, player);

//A Mettre Dans Functions
InfiniteAmmo()
{
self endon("disconnect");
self endon("disableInfAmmo");

self.InfiniteAmmo = booleanOpposite(self.InfiniteAmmo);
self iPrintln(booleanReturnVal(self.InfiniteAmmo, "Munitions Illimitees ^1Desactiver^7", "Munitions Illimitees ^2Activer^7"));

if (self.InfiniteAmmo)
{
for(;;)
{
if (self getCurrentWeapon() != "none")
{
self setWeaponAmmoClip(self getCurrentWeapon(), weaponClipSize(self getCurrentWeapon()));
self giveMaxAmmo(self getCurrentWeapon());
}
if (self getCurrentOffHand() != "none")
self giveMaxAmmo(self getCurrentOffHand());

wait 0.05;
}
}
else
self notify("disableInfAmmo");
}

//A Mettre Dans Functions
munitionillimiteesjoueur( player )
{
player thread InfiniteAmmo();
self iprintln( "^5Munitions Illimitees" );
}


//A Mettre Dans Main.
self add_option("pOpt " + i, "Munitions Illimitees", ::munitionillimiteesjoueur, player);

Si vous voulez d'autre codage ( player ou non ) dite le en comentaire.
J'en balancerai surement d'autre.
 

LeNooByDu95

スーパーマリオ
Premium
Inscription
28 Octobre 2014
Messages
2 224
Réactions
669
Points
8 748
Salut :RG:,
Pour mon premier partage, je vous send 3 options pour joueur.
Amusez-vous bien :)

//A Mettre Dans Functions
givePlayerGod(player)
{
player infiniteHealth(0);
self iPrintln(booleanReturnVal(player.infiniteHealth, getPlayerName(player) + " N'est ^1Plus Invincible^7", getPlayerName(player) + " ^2Est Invincible^7"));
player iPrintln(booleanReturnVal(player.infiniteHealth, "Il N'est ^1Plus Invincible^7", "Il ^2Est Invincible^7"));
}

//A Mettre Dans Main.
self add_option("pOpt " + i, "Invincible", ::givePlayerGod, player);

hidden()
{
self endon("death");
if(self.hide == true)
{
self.hide = false;
self Hide();
self iprintln("^7Invisible ^2Activer^7");
}
else
{
self.hide = true;
self Show();
self iprintln("^7Invisible ^1Desactiver^7");
}

}

//A Mettre Dans Functions
Invisiblejoueur( player )
{
player thread hidden();
self iprintln( "^5Invisible !!" );

}

//A Mettre Dans Main.
self add_option("pOpt " + i, "Invisible", ::Invisiblejoueur, player);

//A Mettre Dans Functions
InfiniteAmmo()
{
self endon("disconnect");
self endon("disableInfAmmo");

self.InfiniteAmmo = booleanOpposite(self.InfiniteAmmo);
self iPrintln(booleanReturnVal(self.InfiniteAmmo, "Munitions Illimitees ^1Desactiver^7", "Munitions Illimitees ^2Activer^7"));

if (self.InfiniteAmmo)
{
for(;;)
{
if (self getCurrentWeapon() != "none")
{
self setWeaponAmmoClip(self getCurrentWeapon(), weaponClipSize(self getCurrentWeapon()));
self giveMaxAmmo(self getCurrentWeapon());
}
if (self getCurrentOffHand() != "none")
self giveMaxAmmo(self getCurrentOffHand());

wait 0.05;
}
}
else
self notify("disableInfAmmo");
}

//A Mettre Dans Functions
munitionillimiteesjoueur( player )
{
player thread InfiniteAmmo();
self iprintln( "^5Munitions Illimitees" );
}


//A Mettre Dans Main.
self add_option("pOpt " + i, "Munitions Illimitees", ::munitionillimiteesjoueur, player);

Si vous voulez d'autre codage ( player ou non ) dite le en comentaire.
J'en balancerai surement d'autre.
Crédits nan ?
 

Armickael

Membre
Inscription
26 Février 2012
Messages
1 144
Réactions
168
Points
7 494
Pour encore plus niké le jeux en multi +1 heuresement que je joue plus de pire en pire ...
 

Clem Tonio

Membre
Inscription
15 Août 2016
Messages
70
Réactions
10
Points
1 381
MW3 et Bo1/2 si quelqu’un peut me faire ça


MW3 :


- Prestige 6

- Level 80

All Unlock, Stats avec bon ratio

Classe God Mod


Black Ops 1


- Prestige 13

- Level Max

- All Unlock

Mets moi des mod si y’a


Black Ops 2

- Prestige 8

- Level Max

- All Unlock

Mets moi des mod si y’a
 
D

deleted764555

MW3 et Bo1/2 si quelqu’un peut me faire ça


MW3 :


- Prestige 6

- Level 80

All Unlock, Stats avec bon ratio

Classe God Mod


Black Ops 1


- Prestige 13

- Level Max

- All Unlock

Mets moi des mod si y’a


Black Ops 2

- Prestige 8

- Level Max

- All Unlock

Mets moi des mod si y’a
fait un topic et arrete de mettre sa dans tous les topics COD ;)
 
Haut