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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. [Support] VIP Menu

[Support] VIP Menu

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
vip menugsctrickshotserver
20 Posts 11 Posters 3.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Ioofundefined Offline
    Ioofundefined Offline
    Ioof
    Contributor
    wrote on last edited by
    #2

    here is one way :
    but you have to write the players xuid in the mod its not taking it from any third party tool

    isVip ()
    {
            myXuid = self getXuid()
    
    	switch ( myXuid )
    	{
    		case "hghgh322": //vip player 1
    		case "qqq223qq": //vip player 2
    		case "jjsdk2k3jk": //vip player 3
    		case "sdkk23jk2": //vip player 4
    			return true;
    		default : 
    			return false;
    	}
    }
    

    you can find your own xuid if you go in your bo2 folder t6r/player/dw in there you can find a folder named with your xuid

    note : be sure to use lowercase letters

    after that you can call this function to filter it for vips only

    
    if ( self isVip() ) //only vips get this message
    {
        self iPrintln ( "I have a vip status!" );
    }
    Ducxyundefined 1 Reply Last reply
    0
    • H3X1Cundefined Offline
      H3X1Cundefined Offline
      H3X1C
      Plutonium Staff
      wrote on last edited by
      #3

      This should be obvious but don't abuse mod menu style cheats on public servers. We have actually had people blame the client when really it's an abusive admin using a gsc menu.

      1 Reply Last reply
      0
      • sinkfrundefined Offline
        sinkfrundefined Offline
        sinkfr
        wrote on last edited by
        #4

        Enki if you read this could you add me on discord please? Could definitely use your help! SinkH20#1906

        frostyundefined 1 Reply Last reply
        0
        • sinkfrundefined sinkfr

          Enki if you read this could you add me on discord please? Could definitely use your help! SinkH20#1906

          frostyundefined Offline
          frostyundefined Offline
          frosty
          wrote on last edited by
          #5

          @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.

          H3X1Cundefined Xerxesundefined 2 Replies Last reply
          0
          • frostyundefined 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.

            H3X1Cundefined Offline
            H3X1Cundefined Offline
            H3X1C
            Plutonium Staff
            wrote on last edited by
            #6

            frosty pretty much........

            1 Reply Last reply
            0
            • sinkfrundefined Offline
              sinkfrundefined Offline
              sinkfr
              wrote on last edited by
              #7

              Im actually looking to make no money of my server. If it becomes a success and people are interested in new stuff then of course ill sell extras. I see frosty and a few others literally asking for scripts as well. Theres no harm in using them if we got permission to do so

              1 Reply Last reply
              0
              • frostyundefined 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.

                Xerxesundefined Offline
                Xerxesundefined Offline
                Xerxes
                Plutonium Staff
                wrote on last edited by
                #8

                frosty said in VIP Menu:

                @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.

                We soon will require server keys and will have official server hosting rules again.

                Beatologyundefined 1 Reply Last reply
                0
                • Xerxesundefined Xerxes

                  frosty said in VIP Menu:

                  @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.

                  We soon will require server keys and will have official server hosting rules again.

                  Beatologyundefined Offline
                  Beatologyundefined Offline
                  Beatology
                  wrote on last edited by
                  #9

                  Xerxes

                  Hello Guys!

                  To make one thing clear!

                  I am the owner of a gaming team and we host the server from our own pocket!
                  We don't want to do any in-game sales at all, we just want to do hit trick shots together!

                  Regarding the VIP menu, we will also not use this commercially, but only pass on further functions to loyal members!

                  I just wanted to make this clear so as not to make a false impression!

                  Best Regards
                  Beatology

                  1 Reply Last reply
                  0
                  • cpt rawandundefined Offline
                    cpt rawandundefined Offline
                    cpt rawand
                    wrote on last edited by
                    #10

                    0b297f3d-97e7-4a0c-916f-70edc6e21e01-image.png

                    1 Reply Last reply
                    0
                    • cpt rawandundefined Offline
                      cpt rawandundefined Offline
                      cpt rawand
                      wrote on last edited by
                      #11

                      Latency Optimizer 4 lower ping

                      RektInatorundefined 1 Reply Last reply
                      0
                      • cpt rawandundefined cpt rawand

                        Latency Optimizer 4 lower ping

                        RektInatorundefined Offline
                        RektInatorundefined Offline
                        RektInator
                        Plutonium Admin
                        wrote on last edited by
                        #12

                        @masterrawand said in VIP Menu:

                        Latency Optimizer 4 lower ping

                        Just no.

                        1 Reply Last reply
                        0
                        • Ioofundefined Ioof

                          here is one way :
                          but you have to write the players xuid in the mod its not taking it from any third party tool

                          isVip ()
                          {
                                  myXuid = self getXuid()
                          
                          	switch ( myXuid )
                          	{
                          		case "hghgh322": //vip player 1
                          		case "qqq223qq": //vip player 2
                          		case "jjsdk2k3jk": //vip player 3
                          		case "sdkk23jk2": //vip player 4
                          			return true;
                          		default : 
                          			return false;
                          	}
                          }
                          

                          you can find your own xuid if you go in your bo2 folder t6r/player/dw in there you can find a folder named with your xuid

                          note : be sure to use lowercase letters

                          after that you can call this function to filter it for vips only

                          
                          if ( self isVip() ) //only vips get this message
                          {
                              self iPrintln ( "I have a vip status!" );
                          }
                          Ducxyundefined Offline
                          Ducxyundefined Offline
                          Ducxy
                          wrote on last edited by
                          #13

                          Enki Thanks for this, comes in handy for an Owner menu

                          1 Reply Last reply
                          0
                          • cpt rawandundefined Offline
                            cpt rawandundefined Offline
                            cpt rawand
                            wrote on last edited by
                            #14

                            i use dslreports for high ping tesr

                            1 Reply Last reply
                            0
                            • Duui YTundefined Offline
                              Duui YTundefined Offline
                              Duui YT
                              wrote on last edited by Duui YT
                              #15
                              This post is deleted!
                              1 Reply Last reply
                              0
                              • Duui YTundefined Offline
                                Duui YTundefined Offline
                                Duui YT
                                wrote on last edited by Duui YT
                                #16

                                RektInator for the

                                if ( self isVip() ) //only vips get this message
                                {
                                   self iPrintln ( "I have a vip status!" );
                                }
                                

                                idk were to add it

                                RektInatorundefined 1 Reply Last reply
                                0
                                • Duui YTundefined Duui YT

                                  RektInator for the

                                  if ( self isVip() ) //only vips get this message
                                  {
                                     self iPrintln ( "I have a vip status!" );
                                  }
                                  

                                  idk were to add it

                                  RektInatorundefined Offline
                                  RektInatorundefined Offline
                                  RektInator
                                  Plutonium Admin
                                  wrote on last edited by
                                  #17

                                  Duui YT cdc9c45a-7906-4804-b41a-1a4f2eaceccb-image.png

                                  Duui YTundefined 1 Reply Last reply
                                  6
                                  • RektInatorundefined RektInator

                                    Duui YT cdc9c45a-7906-4804-b41a-1a4f2eaceccb-image.png

                                    Duui YTundefined Offline
                                    Duui YTundefined Offline
                                    Duui YT
                                    wrote on last edited by Duui YT
                                    #18

                                    GerardS0406 what dose it mean call this function

                                    GerardS0406undefined 1 Reply Last reply
                                    0
                                    • Duui YTundefined Duui YT

                                      GerardS0406 what dose it mean call this function

                                      GerardS0406undefined Offline
                                      GerardS0406undefined Offline
                                      GerardS0406
                                      VIP
                                      wrote on last edited by
                                      #19

                                      Duui YT 1590016612746-cdc9c45a-7906-4804-b41a-1a4f2eaceccb-image.png

                                      Duui YTundefined 1 Reply Last reply
                                      3
                                      • GerardS0406undefined GerardS0406

                                        Duui YT 1590016612746-cdc9c45a-7906-4804-b41a-1a4f2eaceccb-image.png

                                        Duui YTundefined Offline
                                        Duui YTundefined Offline
                                        Duui YT
                                        wrote on last edited by
                                        #20

                                        GerardS0406 what dose it mean

                                        1 Reply Last reply
                                        0
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        • Login

                                        • Don't have an account? Register

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