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

Plutonium

frosty

frosty

@frosty
Unfollow Follow
About
Posts
104
Topics
5
Shares
0
Groups
1
Followers
44
Following
32

Posts

Recent Best Controversial

  • help
    frosty frosty

    ara_kurdish I haven't checked the requirements, but if you are on an unsupported version, then you cant play...

    BO2 Client Support

  • Invested 10-15 hours of coding into server, just lost it all within a minute.
    frosty frosty

    mikzy rip bruh that honestly sucks i see you are still owner on the server cant you contact them?

    General Discussion

  • [Support] Is there a way to do custom camos?
    frosty frosty

    Ayresia In the diamond camo thread, someone asked for a tutorial on custom camos. A server admin replied "Remind me this weekend if you don't see one and ill see if I can make one", so maybe soon idk @mr.android

    BO2 Modding Support & Discussion

  • [Support] VIP Menu
    frosty frosty

    @SinkH20 I personally don't like how people are running their servers right now. They are just skidding every single gsc script they can find and trying to make profit out of it.

    BO2 Modding Support & Discussion vip menu gsc trickshot server

  • [Release] Shotgun Rank/Max Bank/All Perma-Perks
    frosty frosty

    CuzIHadNoIdea Well do you know what a perma perk is? When you get an insta kill, do you also get a red insta kill

    BO2 Modding Releases & Resources

  • [Release] Shotgun Rank/Max Bank/All Perma-Perks
    frosty frosty

    GewoonIraj Gave me shotgun rank and perma perks but i have no money in the bank any clue why?

    BO2 Modding Releases & Resources

  • What are you currently listening to?
    frosty frosty

    @Mr-Android https://www.youtube.com/watch?v=oOYaL2-2zLk

    General Discussion

  • GSC Scripts
    frosty frosty

    itsMoony I made that post, and exactly like Aryesia said. For example, if you were trying to get the "save and load" script to work, these would be the steps

    1. place this in your "onplayerspawned()"

    	self thread saveandload();
    

    2. place this anywhere in your document

    saveandload()
    
    {
    
        if (self.snl == 0)
    
        {
    
            self iprintln("^5Save and Load Enabled");
    
            self iprintln("Crouch and Press [{+actionslot 2}] To Save");
    
            self iprintln("Crouch and Press [{+actionslot 1}] To Load");
    
            self thread dosaveandload();
    
            self.snl = 1;
    
        }
    
        else
    
        {
    
            self iprintln("^1Save and Load Disabled");
    
            self.snl = 0;
    
            self notify("SaveandLoad");
    
        }
    
    }
    
    dosaveandload()
    
    {
    
        self endon("disconnect");
    
        self endon("SaveandLoad");
    
        load = 0;
    
        for(;;)
    
        {
    
        if (self actionslottwobuttonpressed() && self GetStance() == "crouch" && self.snl == 1)
    
        {
    
            self.o = self.origin;
    
            self.a = self.angles;
    
            load = 1;
    
            self iprintln("^5Position Saved");
    
            wait 2;
    
        }
    
        if (self actionslotonebuttonpressed() && self GetStance() == "crouch" && load == 1 && self.snl == 1)
    
        {
    
            self setplayerangles(self.a);
    
            self setorigin(self.o);
    
        }
    
        wait 0.05;
    
    }
    
    }
    

    and then compile it, start your server, and the save and load feature will now work.

    BO2 Modding Support & Discussion

  • [Release] [GSC] Zombies Custom Powerup | Unlimited Ammo
    frosty frosty

    Ox_ Thanks for sharing, this can be really useful. I'll keep my eye out for any servers with this feature

    BO2 Modding Releases & Resources

  • Received SV OOB "getinfo" but still won't appear in Servers list
    frosty frosty

    TheDominator4567 As H3X1C Said, you will not be able to see your server list, but other people can. For mine, I just personally use my IPV4 adress with nothing else and it works fine

    BO2 Server Hosting Support

  • [Support] Disable Function (Damage) of Grenades and Tacticals
    frosty frosty

    Ox_ said in Disable Function (Damage) of Grenades and Tacticals:

    But really, this is probably for trickshotting? Maybe just allow damage from the weapon class sniper, and ignore everything else?

    How would I do this?

    BO2 Modding Support & Discussion

  • [Release] Shotgun Rank/Max Bank/All Perma-Perks
    frosty frosty

    erupt Actually really helpful I was looking for something like this, thanks for sharing

    BO2 Modding Releases & Resources

  • hi, say it back
    frosty frosty

    anastasia hello sir welcome to the land of epic

    General Discussion

  • Best Call of Duty Kill?
    frosty frosty

    What is the craziest/best kill you have had in any Call of Duty?

    I'll go first,

    in MW3 Terminal, in the long hallway with the windows looking out to the planes, I quickscoped wallbanged someone through the bathroom door to the other side with the metal detectors

    General Discussion

  • Favorite Call of Duty entry?
    frosty frosty

    homura gonna have to say

    • MW3
    • BO1
    • BO2

    not in order, these were big parts of my childhood

    General Discussion

  • What are your favorite maps from each Call of Duty part?
    frosty frosty

    @NOXSYS Rust, Terminal, Erosion, Vertigo,
    IMO, I do not really like carrier/raid/studio

    General Discussion

  • What's your favorite fruit / berry?
    frosty frosty

    luigistyle strawberries tbh or blueberries

    General Discussion
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 5 / 6
  • Login

  • Don't have an account? Register

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