Skip to content
  • 0 Unread 0
  • 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 5.0k 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.
  • H3X1C Offline
    H3X1C 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
    • sinkfr Offline
      sinkfr 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

      frosty 1 Reply Last reply
      0
      • sinkfr sinkfr

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

        frosty Offline
        frosty 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.

        H3X1C Xerxes 2 Replies Last reply
        0
        • 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.

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

          frosty pretty much........

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

              Xerxes Offline
              Xerxes 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.

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

                Beatology Offline
                Beatology 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 rawand Offline
                  cpt rawand Offline
                  cpt rawand
                  wrote on last edited by
                  #10

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

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

                    Latency Optimizer 4 lower ping

                    RektInator 1 Reply Last reply
                    0
                    • cpt rawand cpt rawand

                      Latency Optimizer 4 lower ping

                      RektInator Offline
                      RektInator 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
                      • Ioof 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!" );
                        }
                        Ducxy Offline
                        Ducxy 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 rawand Offline
                          cpt rawand Offline
                          cpt rawand
                          wrote on last edited by
                          #14

                          i use dslreports for high ping tesr

                          1 Reply Last reply
                          0
                          • Duui YT Offline
                            Duui YT Offline
                            Duui YT
                            wrote on last edited by Duui YT
                            #15
                            This post is deleted!
                            1 Reply Last reply
                            0
                            • Duui YT Offline
                              Duui YT 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

                              RektInator 1 Reply Last reply
                              0
                              • Duui YT 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

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

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

                                Duui YT 1 Reply Last reply
                                6
                                • RektInator RektInator

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

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

                                  GerardS0406 what dose it mean call this function

                                  GerardS0406 1 Reply Last reply
                                  0
                                  • Duui YT Duui YT

                                    GerardS0406 what dose it mean call this function

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

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

                                    Duui YT 1 Reply Last reply
                                    3
                                    • GerardS0406 GerardS0406

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

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

                                      GerardS0406 what dose it mean

                                      1 Reply Last reply
                                      0

                                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                      With your input, this post could be even better 💗

                                      Register Login
                                      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
                                      • Unread 0
                                      • Recent
                                      • Tags
                                      • Popular
                                      • Users
                                      • Groups
                                      • Donate