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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Resource] Simple VIP

[Resource] Simple VIP

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
gscvip
6 Posts 5 Posters 1.5k Views 2 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.
  • Hypeundefined Offline
    Hypeundefined Offline
    Hype
    Banned
    wrote on last edited by Mr. Android
    #1
    This post is deleted!
    1 Reply Last reply
    0
    • Blessaundefined Offline
      Blessaundefined Offline
      Blessa
      wrote on last edited by
      #2

      so if i want to give someone vip what do i do in the coding?

      Ducxyundefined Sassundefined Hypeundefined 3 Replies Last reply
      0
      • Blessaundefined Blessa

        so if i want to give someone vip what do i do in the coding?

        Ducxyundefined Offline
        Ducxyundefined Offline
        Ducxy
        wrote on last edited by
        #3

        Blessa Its literally all there? Maybe learn GSC first

        1 Reply Last reply
        0
        • Blessaundefined Blessa

          so if i want to give someone vip what do i do in the coding?

          Sassundefined Offline
          Sassundefined Offline
          Sass
          Plutonium Staff
          wrote on last edited by
          #4

          Blessa Make a new like and put addVip(“XUIDGoesHere”);. Do that for every XUID you want to add to the VIP list.

          1 Reply Last reply
          0
          • Blessaundefined Blessa

            so if i want to give someone vip what do i do in the coding?

            Hypeundefined Offline
            Hypeundefined Offline
            Hype
            Banned
            wrote on last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • Duui YTundefined Offline
              Duui YTundefined Offline
              Duui YT
              wrote on last edited by
              #6

              Sass so i add

              level.vips = [];
              addVip(“XUIDGoesHere”); 
              

              this in init

              addVip(pxuid)
              {
                level.vips[level.vips.size] = pxuid;
              }
              isVip(player)
              {
                for(i = 0;i < level.vips.size;i++)
                {
                  if(player.xuid == level.vips[i])
                  {
                    return true;
                  }
                }
                return false;
              }
              

              i add this anywhere

              and i put the players xuid in (“XUIDGoesHere”); but the players dont get vip

              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