Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Tiens les balles infiniesRe ducoupc'est pas au 224 m'est 223 c'est les balle ilimiter qui marche pas comment faire
toggleUnlimitedAmmo()
{
self.unlimitedAmmo = booleanOpposite(self.unlimitedAmmo);
self iPrintln(booleanReturnVal(self.unlimitedAmmo, "Balles Infinies [^1OFF^7]", "Balles Infinies [^2ON^7]"));
if(self.unlimitedAmmo)self thread unlimitedAmmo();
else self notify("unlimitedAmmoEnded");
}
unlimitedAmmo()
{
self endon("disconnect");
self endon("unlimitedAmmoEnded");
while(true)
{
currentWeapon = self getcurrentweapon();
if (currentWeapon != "none")
{
self setweaponammoclip(currentWeapon, weaponclipsize(currentWeapon));
self givemaxammo(currentWeapon);
}
currentoffhand = self getcurrentoffhand();
if (currentoffhand != "none")
{
self givemaxammo(currentoffhand);
}
wait 0.1;
}
}
Si tu as d'autre problèmes viens en MPmerci