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

Plutonium

A7Med_5undefined

A7Med_5

@A7Med_5
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
10
Following
4

Posts

Recent Best Controversial

  • How do I make Paralyzer work?
    A7Med_5undefined A7Med_5

    where put this
    paralzyer_flying()
    {
    self endon("disconnect");
    level endon("end_game");

    self.flypower = 100;
    for(;;)
    {
        if(self.flypower < 100 && !isDefined(self.flying))
            self.flypower++;
        if(!isDefined(self.flying) && !self isOnGround())
            self.flying = true;
        else if(self isOnGround())
            self.flying = undefined;
        wait .05;
    }
    

    }

    paralzyer_check()
    {
    self endon("disconnect");
    level endon("end_game");

    for(;;)
    {
        if(self getCurrentWeapon() == "slowgun_zm" || self getCurrentWeapon() == "slowgun_upgraded_zm")
        {
            if(self attackbuttonpressed())
            {
                foreach(player in level.players)
                {
                    if(distance(self.origin, player.origin) < 120 && isDefined(player.flying) && player.flypower > 0)
                    {
                        player.flypower--;
                        if(player getvelocity() [2] < 300)
                            player setvelocity(player getvelocity() + (0,0,41));
                    }
                }
            }
        }
        wait .05;
    }
    

    }

    BO2 Server Hosting Support

  • [Resource/Release] Zombies List of Mods
    A7Med_5undefined A7Med_5

    Sorex where the folder main where

    BO2 Modding Releases & Resources zombies zombie gsc zombie script

  • Is there a way to add commands tobo2Admin?
    A7Med_5undefined A7Med_5

    i diid it but no
    some thing happend

    BO2 Server Hosting Support

  • Is there a way to add commands tobo2Admin?
    A7Med_5undefined A7Med_5

    can u tell me about link

    BO2 Server Hosting Support

  • Is there a way to add commands tobo2Admin?
    A7Med_5undefined A7Med_5

    Is there a way to add commands to bo2 Admin?

    BO2 Server Hosting Support
  • 1 / 1
  • Login

  • Don't have an account? Register

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