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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Release] Overwrite Default Class (GSC)

[Release] Overwrite Default Class (GSC)

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
26 Posts 8 Posters 1.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined Offline
    undefined Offline
    Cahz VIP
    replied to alejandrodarz on Jun 12, 2020, 7:07 PM last edited by Cahz Jun 12, 2020, 10:07 PM
    #21

    alejandrodarz Replace the old doChangeClass() function with this one

    doChangeClass()
    {
       	self endon("disconnect");
    	for(;;)
    	{
    		self waittill("changed_class");
    		if ( level.inGracePeriod && !self.hasDoneCombat )
    		{
    			if(self.pers[ "class" ] == "CLASS_SMG")
    			{
    				self.pers[ "class" ] = undefined;
    				self maps/mp/gametypes/_class::giveloadout( self.team, self.class );
    				self thread doRandomClass();
    				self.RandomClass = true;
    			}
    			else
    			{
    				self.pers[ "class" ] = undefined;
    				self maps/mp/gametypes/_class::giveloadout( self.team, self.class );
    				self.RandomClass = undefined;
    			}
    		}
    		else
    		{
    			self iPrintLnBold( game["strings"]["change_class"] );
    		}
    	}
    }
    
    undefined 3 Replies Last reply Jun 12, 2020, 7:26 PM
    1
    • undefined Offline
      undefined Offline
      alejandrodarz
      replied to Cahz on Jun 12, 2020, 7:26 PM last edited by
      #22
      This post is deleted!
      1 Reply Last reply
      0
      • undefined Offline
        undefined Offline
        alejandrodarz
        replied to Cahz on Jun 12, 2020, 8:21 PM last edited by
        #23

        Cahz I found a problem and that is that when I choose a personalized class I appear with the random weapons plus the personalized weapons of mine, that is to say a total of 4 weapons and I have to commit suicide so that only my personalized weapons come out and if I commit suicide again my personalized weapons will come out more the ramdon weapons and so on

        1 Reply Last reply
        0
        • undefined Offline
          undefined Offline
          alejandrodarz
          replied to Cahz on Jun 12, 2020, 9:14 PM last edited by
          #24

          Cahz I found another error and that is that when I disconnect and go back in, the script stops serving, that is, it does not give me the ramdon weapons but those of the normal class. Any solution that you can suggest for it?

          undefined 1 Reply Last reply Jun 12, 2020, 9:44 PM
          0
          • undefined Offline
            undefined Offline
            Cahz VIP
            replied to alejandrodarz on Jun 12, 2020, 9:44 PM last edited by
            #25

            alejandrodarz Make sure you have ALL the scripts from the original post in this tread. Sounds like you deleted code.

            undefined 1 Reply Last reply Jun 12, 2020, 9:59 PM
            0
            • undefined Offline
              undefined Offline
              alejandrodarz
              replied to Cahz on Jun 12, 2020, 9:59 PM last edited by
              #26

              Cahz okok now I try it again and I tell you, that is, the script should still work when you leave the game and enter? what I should dd copy something wrong

              1 Reply Last reply
              0

              21/26

              Jun 12, 2020, 7:07 PM

              • 1
              • 2
              • Login

              • Don't have an account? Register

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