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.3k 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
    Hype Banned
    wrote on Feb 27, 2020, 7:41 PM last edited by Mr. Android Apr 2, 2020, 12:34 AM
    #1
    This post is deleted!
    1 Reply Last reply
    0
    • undefined Offline
      undefined Offline
      Blessa
      wrote on Feb 28, 2020, 12:58 AM last edited by
      #2

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

      undefined undefined undefined 3 Replies Last reply Feb 28, 2020, 3:32 AM
      0
      • undefined Offline
        undefined Offline
        Ducxy
        replied to Blessa on Feb 28, 2020, 3:32 AM last edited by
        #3

        Blessa Its literally all there? Maybe learn GSC first

        1 Reply Last reply
        0
        • undefined Offline
          undefined Offline
          Sass Plutonium Staff
          replied to Blessa on Feb 28, 2020, 9:47 AM 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
          • undefined Offline
            undefined Offline
            Hype Banned
            replied to Blessa on Feb 28, 2020, 12:19 PM last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • undefined Offline
              undefined Offline
              Duui YT
              wrote on May 20, 2020, 10:01 PM 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

              • Login

              • Don't have an account? Register

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