Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

_DABI_undefined

_DABI_

@_DABI_
About
Posts
26
Topics
6
Groups
0
Followers
8
Following
3

Posts

Recent Best Controversial

  • WTF
    _DABI_undefined _DABI_

    I started playing and noticed that all the maps are on the other side xd

    ee01de7a-fa3b-4219-92a8-0c1c5960b41d-image.png


  • ZM - Camo
    _DABI_undefined _DABI_

    montanaAK47 use https://www.mediafire.com/file/wfcb2jlgbqdz64e/iwi_dds_fast_converter.exe/file


  • ZM - Error start game
    _DABI_undefined _DABI_

    d38f75f1-9129-46dc-845a-b7ba2b8543cd-imagen.png

    I get this error every time I start a local game (uninstall the game and plutonium) Note: yesterday the game was working fine, in my /data folder I deleted the textures and scripts and they work fine

    7a1fa45e-43b0-448b-a4a2-c29bcdb49248-imagen.png


  • ZM - HELP! Fix zombie life bar
    _DABI_undefined _DABI_

    help!! The script should show a video bar above the zombies, supposedly there are no errors, but when starting the game I get that message

    Error:
    9632afdd-b3d7-4483-850c-b0680ce652a3-imagen.png

    code:

    #include maps/mp/_utility;
    #include common_scripts/utility;
    #include maps/mp/gametypes_zm/_hud_util;
    #include maps/mp/gametypes_zm/_hud_message;
    #include maps/mp/zombies/_zm_utility;

    init()
    {
    level thread onPlayerConnect();
    }

    onPlayerConnect()
    {
    for(;;)
    {
    level waittill("connected", player);
    player thread onPlayerSpawned();
    }
    }

    onPlayerSpawned()
    {
    self endon("disconnect");
    level endon("game_ended");
    for(;;)
    {
    self waittill("spawned_player");
    level thread zombieHud();
    }
    }

    // ==============================================================

    // Interfaz gráfica de la barra de vida
    zombieHud()
    {
    for(i = 0; i < level.zombies.size; i++)
    {
    // Obtiene el Zombie actual
    zombie = level.zombies[i];

        // Obtiene la posición y la vida del Zombie
        zombieOrigin = zombie.origin;
        zombieHealth = zombie.health;
        
        // Calcula la posición de la barra de vida encima del Zombie
        barPosition = zombieOrigin;
        barPosition[2] += 30; // Ajusta la altura de la barra de vida
        
        // Dibuja la barra de vida
        drawBar(zombieHealth, barPosition);
    }
    wait 0.05;
    

    }

    // Función para dibujar la barra de vida
    drawBar(health, position)
    {
    barWidth = 50; // Ancho de la barra de vida
    barHeight = 5; // Alto de la barra de vida

    // Calcula el porcentaje de vida actual
    healthPercentage = health / 100;
    
    // Calcula la longitud de la barra de vida basado en el porcentaje
    barLength = barWidth * healthPercentage;
    
    // Dibuja la barra de vida en la posición dada
    HudElem = newClientHudElem(self); // Crea un elemento de interfaz gráfica para el cliente
    HudElem.alignX = "left";
    HudElem.alignY = "top";
    HudElem.x = position[0] - (barWidth / 2); // Ajusta la posición horizontal de la barra de vida
    HudElem.y = position[1] - (barHeight / 2); // Ajusta la posición vertical de la barra de vida
    HudElem.horzAlign = "left";
    HudElem.vertAlign = "top";
    HudElem.barWidth = barLength;
    HudElem.barHeight = barHeight;
    HudElem.color = (healthPercentage > 0.5) ? (1, 1, 1) : (1, 0, 0); // Color de la barra de vida
    HudElem.alpha = 1;
    

    }


  • Custom HUD?
    _DABI_undefined _DABI_

    Yuraii WhatsApp Image 2023-05-30 at 22.59.27.jpeg


  • [zm] Misty White Gloves + Dragon Tattoo (TranZit, Buried and Die Rise)
    _DABI_undefined _DABI_

    @Kilya brother, can you pass me the time scripts that are seen in the capture, please


  • HK416 SWEET JOKE CLOWN
    _DABI_undefined _DABI_

    Note:
    The skin is not mine I just looked for it and brought it to this forum

    link:
    https://reactiongaming.us/community/tags/bo2-custom-camos/

    Download: https://www.mediafire.com/file/at4yuzj0mxg9nx1/HK416+SWEET+JOKE+DRAW+CLOWN.rar/file

    bf38e9d1-3aca-4723-8893-9bf564f2e15e-image.png


  • [Release] [ZM] Custom Globes [Made by AgentHyped]
    _DABI_undefined _DABI_

    Glowny24K ae42e8c8-ad5a-4472-b25d-82bc5d8a3707-image.png


  • The link doesnt work :(
    _DABI_undefined _DABI_

    https://www.mediafire.com/file/0asfko1rpxo3ok1/No_fog.gsc/file


  • ZM - MOTD + blood
    _DABI_undefined _DABI_

    YannDeCaii https://drive.google.com/file/d/1s3Cr-wxT_8zAhxy6JGMIiwxf3MDOPWxA/view?usp=sharing


  • ZM - MOTD + blood
    _DABI_undefined _DABI_

    Corza_iaM
    las texturas no hacen eso, de seguro hayas puesto un nuevo script


  • [MP] - Better HUD + Extras
    _DABI_undefined _DABI_

    WolflexZ said in [MP] - Better HUD + Extras:

    It seems the sounds doesn't really work with zombies. It gets stuck in the awaiting challenge in the loading screen. Is there a fix?

    Unfortunately not


  • Decompile .gsc compiled files
    _DABI_undefined _DABI_

    [FR]Raf' said in Decompile .gsc compiled files:

    Can you help me i want to modify a gsc file already compile and i have to decompile it, anyone has an idea to help me ?

    https://www.mediafire.com/file/ftia9pd73rmzhsl/BO2_-_Tools.rar/file

    what i use


  • [MP] - Better HUD + Extras
    _DABI_undefined _DABI_

    WolflexZ they are in my profile
    https://forum.plutonium.pw/topic/13539/mp-sound-weapons-bo4-mw-2019-cold-war?_=1646942466361


  • Dead Or Alive Ecchi Calling Card (replaces uk punk)
    _DABI_undefined _DABI_

    Raynare este men xd


  • [MP] - Better HUD + Extras
    _DABI_undefined _DABI_

    95dc4147-cc35-4bcd-ac58-f7fb1e7948b5-image.png

    35c67f3e-48c3-44dc-ae7c-3a3d6bb89718-image.png

    https://www.youtube.com/watch?v=rekcx2q80_E

    https://www.mediafire.com/file/mcekzsilll5wkib/MP_-_Better_HUD.rar/file


  • is it still possible to change the background and if so how?
    _DABI_undefined _DABI_

    @EPG_Playz It depends on what background are you talking about


  • [ City Of Mars V2 "The Final Awakening" Update - BO2 Nuketown Reimagined Plutonium ]
    _DABI_undefined _DABI_

    ikonik si


  • MP - HUD BO 4 ..HELP
    _DABI_undefined _DABI_

    I am changing some things in the HUD to make them bo4 style, but in the part of the numbers they are not changed; I used Greyhound and they reported under those names .......
    if someone knows the names, could you help me, thank you
    https://ibb.co/yqnFMB1

  • 1
  • 2
  • 1 / 2
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate