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 2.2k 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.
  • Beatologyundefined Offline
    Beatologyundefined Offline
    Beatology
    wrote on last edited by Mr. Android
    #1

    Hi Guys!

    I need help with the creation or configuration of a Trickshot Server VIP menu!

    First:

    How do I confgure that it is only accessible from IW4x VIP rank!

    Secondly:

    Does anyone have a basic structure of a VIP menu for me!


    Thanks for the great help under my other posts!

    ❤

    1 Reply Last reply
    0
    • 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
          • frostyundefined Offline
            frostyundefined Offline
            frosty
            replied to sinkfr 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
            • H3X1Cundefined Offline
              H3X1Cundefined Offline
              H3X1C Plutonium Staff
              replied to frosty 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
                • Xerxesundefined Offline
                  Xerxesundefined Offline
                  Xerxes Plutonium Staff
                  replied to frosty 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
                  • Beatologyundefined Offline
                    Beatologyundefined Offline
                    Beatology
                    replied to Xerxes 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
                        • RektInatorundefined Offline
                          RektInatorundefined Offline
                          RektInator Plutonium Admin
                          replied to cpt rawand on last edited by
                          #12

                          @masterrawand said in VIP Menu:

                          Latency Optimizer 4 lower ping

                          Just no.

                          1 Reply Last reply
                          0
                          • Ducxyundefined Offline
                            Ducxyundefined Offline
                            Ducxy
                            replied to Ioof 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
                                  • RektInatorundefined Offline
                                    RektInatorundefined Offline
                                    RektInator Plutonium Admin
                                    replied to Duui YT on last edited by
                                    #17

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

                                    Duui YTundefined 1 Reply Last reply
                                    6
                                    • Duui YTundefined Offline
                                      Duui YTundefined Offline
                                      Duui YT
                                      replied to RektInator on last edited by Duui YT
                                      #18

                                      GerardS0406 what dose it mean call this function

                                      GerardS0406undefined 1 Reply Last reply
                                      0
                                      • GerardS0406undefined Offline
                                        GerardS0406undefined Offline
                                        GerardS0406 VIP
                                        replied to Duui YT on last edited by
                                        #19

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

                                        Duui YTundefined 1 Reply Last reply
                                        3
                                        • Duui YTundefined Offline
                                          Duui YTundefined Offline
                                          Duui YT
                                          replied to GerardS0406 on last edited by
                                          #20

                                          GerardS0406 what dose it mean

                                          1 Reply Last reply
                                          0

                                          • Login

                                          • Don't have an account? Register

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